update_flow_element
Update a specific flow element in a Qualtrics survey flow by FlowID. Merge new fields with existing definition or replace entirely, then write the complete flow tree.
Instructions
Update one flow element by FlowID. By default this fetches and carries forward the existing definition so omitted fields are preserved, then writes the normalized complete flow tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | FlowID to update (for example, FL_12) | |
| element | Yes | Fields to update, or the complete replacement definition | |
| replace | No | Replace instead of merging with the current element (default: false) | |
| surveyId | Yes | The Qualtrics survey ID |