Yes/No

In a form one of the fields is in Yes/No format. If the answer is no, nothing should happen. But if the answer is yes, a dropdown should appear with several numerical options. How could I do that? Thank you

Hello @Ssanti , you can accomplish those behaviors using show_if and valid_if:

https://help.appsheet.com/en/articles/961221-show_if-column-constraint

https://help.appsheet.com/en/articles/961211-valid_if-column-constraint

3 Likes