Need help with checkbox workflow

I have 5 checkboxes, and I need the user to select at least one among them to proceed to the next step. How can I add a validation for this?

Hello @tech16

On the Workflow that makes the user to move foward to the next step, create a conditional like this:

only when checkbox_1 is checked or checkbox_2 is checked or checkbox_3 is checked or checkbox_4 is checked or checkbox_5 is checked

Best regards

This topic was automatically closed after 70 days. New replies are no longer allowed.