The flow of my logic:
Object has a list of IDs in text, and if the user ID in number is in that list, renders the item in the repeating group.
Problem: am I doing it right? because even if I have the ID in the object, it doesn’t do what I expect.
I used to do it with individual IDs and it worked, but now it needs to be a list of IDs and it’s not appearing in the repeating group.
Is there anything I need to do to read the list? because both text and number work with the individual, but when I use the list it doesn’t work properly.
id list type = list text
id user = number