Condition "code entered is in list"

Hello there !

Is it possible to create a condition for an action button where the text entered in a field must be part of a list.

The goal would be to send a unique code to each user and they will need to insert in a field it to be able to order something. In case the code is not part of the list of code, then they can’t go to the next step.

Thank you for the help !

You would need a relation to link that code to the table that contains all valid codes. Then create a new custom action. In that custom action you can have an IF condition that can check in the relation is empty. If it’s empty, then you can have actions that will run when the code is not valid. If the relation is not empty, then it’s a valid code and you can do a different set of actions.

3 Likes

Thank you very much !

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.