New ish to Bubble and getting on well but I’ve hit an issue with showing Data in a table
On the table I am doing a search for Data type
I then have a constraint to limit the data for the table
Unique id = Get SendSelectedWorkRequired3 from page URL
So this works when I only have one Unique ID in the parameter “SendSelectedWorkRequired3”
But I have Multiple Unique ID’s in the parameter “SendSelectedWorkRequired3” which is what I expect as from the previous screen the user has an option to select Multiple data in this Datatype
So question
How do I get the constraint to look at all the Unique ID’s and only show data which matches each Unique ID
I have tried changing the “=” to “is in” but when I do that the statement fails (shows in Red). What am I missing/doing wrong?
Thanks for your help