This feature is used to display a particular data block with respect to certain conditions applied using the variables of the app.
Example
Consider an app for recording customer queries. The app contains 5 fields: Name, Address, Select one option and Describe your query (A and B). The dropdown consists of Option A and Option B.
Now the condition on the describe your query is such that it will be displayed when the corresponding option will be selected.
Display this field if condition for A:
Describe your query for A in brief - @drop_down=’Option A’
Display this field if condition for B:
Describe your query for B in brief - @drop_down=’Option B’
This is how the app will be displayed to your user. You can see the field ‘Describe your query’ is hidden.
When the user selects ‘Option A’, the corresponding ‘Describe your query for A in brief’ will be displayed.
Similarly for other options as well:
Select Option B - Describe your query for B in brief is displayed.
NOTE:
Use the SEARCH function/formula when using the Multiple Selector Block.
SEARCH(“option”,@variablename)>0
FAQs
Try our free plan
It will answer many more questions within just 15 minutes.