i have a table where im saving multiple values that are being stored as coma separated fields, then im applying a lookup but i only get a return if i have one value in the table even thought i have multiple checked. what am i missing in this?
Hi there,
Relations are used to match exactly identical records. Multiple relation means you will simply match more than once.
For what you’re trying to do, use query and “is included in” filter.
Hope that helps!
2 Likes
You have to convert it to an array first using Split Text, then use that array in your relation.
3 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.