Conditional Assignment
You can create multiple actions within the same action with conditional trigger actions. This eliminates the need to create numerous actions to achieve the same results.
Status
Release Available | Status | Framework Name |
---|---|---|
3.9 | Current | Mint and Mui |
Code JSON
"assignments": [ { "condition": "$global.attr(ListtriggeredSwitchEvt);", "field": "$global.attr(ListproceedToNextStepOrTab);", "value": true }, { "condition": "$global.attr(triggeredSwitchEvt);", "field": "$global.attr(proceedToNextStepOrTab);", "value": true } ]