Hello,
I’m designing a workflow in my digital Work Assistant app that includes a multiple selection table. I need to implement the following validation logic:
-
Trigger Condition: When users click the “Next Step” button
-
Validation Requirement: All checkboxes in the multiple selection table must be checked
-
Error Handling: Display an error message if any checkbox remains unchecked
-
Success Action: Proceed to next step only when all boxes are selected
What would be the optimal IF statement structure for this validation?
Which specific condition should I use to verify all checkboxes are selected?
I am new to Tulip, so thank you for the Insight.
Greetings
Mimimtey