create_conditional_logic_block
Build structured conditional logic blocks for form flow control using trigger fields, comparison operators, and target blocks. Define conditions to direct user paths and manage form behavior effectively.
Instructions
Create properly structured conditional logic blocks with validation for form flow control
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conditions | Yes | Array of conditional rules | |
defaultTarget | No | UUID of block to jump to if no conditions are met | |
logicType | No | Type of conditional logic pattern | |
triggerField | Yes | UUID of the field that triggers the condition |