Input value is the user ID.
The table of "properties" has a field set as a list of user IDs.
I'm trying to pull all "properties" where the user ID is in the list.
The results returns the "properties" but the "list" repeats the user ID that was input if there are multiple user IDs in the list, of the same user.
For instance the input is user ID 1. The "properties" return but the list field shows user ID 1 more than once instead of returning the other IDs in the list.
I'm puzzled.