I have a list. For example :
[‘dog’, ‘cat’, ‘bird’, ‘tiger’]
I want to identify if the value ‘dog’ is in the list or not. How to do that in Coda ?
I have a list. For example :
[‘dog’, ‘cat’, ‘bird’, ‘tiger’]
I want to identify if the value ‘dog’ is in the list or not. How to do that in Coda ?
Value.in(list)
The in() formula is your key! It will return true or false based on whether or not your value is in the list
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.