update_form_data
Modifies existing form data entries on the JianDaoYun MCP Server using app ID, form ID, and entry ID, with options to trigger automation and manage transactions.
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 |