Update Form Fields
kintone-update-form-fieldsUpdate form field configurations in a kintone app's preview environment. Requires app management permissions and subsequent deployment to apply changes.
Instructions
Update form field settings in a kintone app (preview environment only). Requires App Management permissions. Cannot update field codes for Label, Blank space, Border, Status, Assignee, or Category fields. For selection fields, unspecified options will be deleted. Option keys must exactly match current option names. For lookup fields, existing lookup configurations may not update properly - consider deleting and recreating the field instead. Use kintone-get-form-fields first to check current settings. Changes require kintone-deploy-app to apply to live app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app to update form fields for (numeric value as string) | |
| properties | Yes | Object containing field configurations to update | |
| revision | No | Expected app configuration revision number. If the specified revision number does not match the current app's revision, an error will occur and the update will not be performed. If not specified or set to '-1', the revision number will not be checked. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | Yes | Updated app configuration revision number |