Flow control elements are used to map functionalities in the workflow that cannot be mapped by normal actions alone.
There are the following control elements in formcycle:
- Condition (Check value)
- Check a condition and run different actions depending on whether the condition is fulfilled.
- Switch
- Check a value against multiple cases and run different actions depending on the outcome.
- Handle errors
- Gracefully handle errors from other action. You can run custom workflow actions in case an error occurred.
- Loops 8.2.0
- Loop over actions and execute them more than once. Useful when working e.g. with repeated form elements or with database queries.
- Field value region 8.5.0
- Enter a certain repetition of a repeated form field or repeated fieldset. Within the region, only values from that repetition will be used. Useful for actions that normally don't support selecting a particular repetition.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article