Identify if a Value is in the list or not

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

2 Likes

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