How to do a search for based on a list

Hi guys, so basically I have a custom state where store a list of bodyparts, and I want to do a search for exercise based on a list of bodyparts, however it seem like I cannot search for this list, any walk around for this?

Looks like you may need to change the data type of the group of the search constraint as it not valid.

It could be not valid because he is trying to match a single value to a list of values, so it might be the same datatype, but the expression composer is expecting a single value and he is passing in a list.

If your focused Body Parts data field is a single value (which it looks like it is) you can only search by matching a single value. If you instead make it so that focused body parts is a list you could filter by a single value using the contains operator or you could filter by a list using the advanced filter

True, its always hard to tell with only part of the story a screenshot.

The problem is solved, I just put a ‘is in’ match and it works. Thank you guys!

This topic was automatically closed after 70 days. New replies are no longer allowed.