List field in WHERE clause of REST API
Use list field type values in the where clause of a REST API call to get table rows. For example, I would like to be able to do something like this:
"where": "ListTypeFieldName = ['value1, value2, value3']"
Currently we can get list values returned through select but we can't use them as a condition.
5
votes
Anonymous
shared this idea