How to add Then actions in Studio
1
Build When first
Open Logic → Rules, Branch / Add condition on a field, or a Calculated block. Complete at least one When clause (or Always on Calculated blocks).
2
Expand Then
Below When, click Add action (or use the pre-filled Then on Calculated blocks).
3
Pick an action type
Choose from Show / Hide blocks, Require / Make optional, Disable / Enable blocks, Set / Clear value, Jump to page, Calculate, or Hide submit.
4
Configure targets
Select block(s) from the canvas list, pick a destination page, or build a formula — depending on action.
5
Resolve conflicts
Fix Studio conflict hints (Show ↔ Hide on same target) before publish.
6
Preview on Fill
Walk the form — toggle answers and confirm actions apply and revert live.
Action catalog
Evaluation order
- Form Logic Board rules (top → bottom)
- Field-anchored rules and Calculated Always→Calculate in evaluation / canvas order
- Hidden or disabled fields forced not required (invariant — you cannot require what they cannot edit)
- On fill, hidden answers are cleared so stale data never submits
- Set value / Clear value write into the live answer bag (and calculated feed) before jumps run
Common action interactions
Where to add actions
Keep Rules for cross-form routing. Put field-specific Show/Require pairs on Branch / Add condition so Rules stays readable.
Test on fill (action checklist)
1
Trigger When true
Confirm each Then action visible effect (fields shown, required asterisk, jump, missing submit).
2
Trigger When false
Actions should revert unless another rule keeps them active.
3
Submit attempt
Required visible fields block submit; hidden fields never block.
4
Multi-page jump
Skipped pages stay unvisited — answers there remain blank for operators.
5
Calculate targets
Change inputs — computed fields and downstream When rules update live.
Common mistakes
- Stacking Show and Hide on the same target without exclusive When clauses — last rule wins unpredictably.
- Require without Show on a hidden follow-up — users cannot answer.
- Hide submit expecting the button to disappear — Fill always keeps Next/Submit; use Require or Jump.
- Jump to deleted page — Studio warns; fix before publish.
- Removing Always → Calculate from Calculated blocks — formulas stop updating.
Troubleshooting
Action never applies
Action never applies
When false — incomplete clause, blank source field, or fail-closed comparison value.
Action stuck on after answer change
Action stuck on after answer change
Another rule still matches, or a later rule won — inspect Logic Board order.
Submit fails mysteriously
Submit fails mysteriously
Visible required field empty — not hidden ones. Check current page validation.
Studio conflict hint
Studio conflict hint
Show ↔ Hide fight on same block — reorder rules or narrow When until hint clears.