[Solved] Comparing Strings

I have searched for an answer but could not find one. Is there an option or block to Compare Text. I have created an App with List Viewer and I am trying to compare the choice that the user clicks on against a specific text. If a user clicks on one of the List viewer choices, for example Canada, it will compare it to a text string and if they match, do something and if not do something else.

Thanks

You would use the equals (=) block from the logic drawer to compare text strings. See this: Logic - Thunkable Docs

You could also Google compare text blocks Thunkable and there are some promising results there.

Thank you, appreciate the quick response.

1 Like

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