Hi All,
Context. A user creates a list of cars, when creating this list they specify the email of a secondary user who should be able to see this list and then change it.
Currently, I have my database set up such that the unique ID associated to each list of cars that a user has personally set up is added to a list of list of cars on the user table. A repeating group then on the home screen looks to this list of list of cars and shows the user the lists of cars they are connected with.
I want to be able to enable the secondary user to see the lists that they are involved in but it’s not working.
I have tried at the point of first creating the list of cars, adding the unique ID of the list to secondary users list of list of cars field but it’s not working. How would you do it?
To connect the list of cars to the secondary user I am doing the following:
Step 1 create the list of cars which includes list name and secondary users email
Thing to change… Search for Users:first item (the search is type User and the constraint is email equals email input by the current user i.e. secondary users email)
Then in change another field, I have list of list of cars add results of step 1
Either the search is returning nothing, or the adding the results of step 1 is not working because the list is never added to the secondary users list of list of cars.
Help!
Thanks
Kieran