update_form_data
Modify existing form data entries in JianDaoYun applications by specifying the app ID, form ID, data ID, and updated data. Supports optional transaction IDs and automation triggers for streamlined data management.
Instructions
Update an existing form data entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The JianDaoYun application ID | |
appKey | No | The JianDaoYun application key (API key) (optional, will use JIANDAOYUN_APP_KEY from environment if not provided) | |
data | Yes | The data to update | |
dataId | Yes | The data entry ID to update | |
formId | Yes | The form ID (can be form ID or app ID) | |
isStartTrigger | No | Whether to trigger automation | |
transactionId | No | Optional transaction ID |