I am using BackEndless as a service for a Mobile that I am making. I have two tables. One is called UserLog, and the other is let’s say is B. There is a one to many relation from UserLog to B. Now I have two users on separate devices. How can I point the 2 distinct users in UserLog to point to the same record in B, without making any duplicates?
Thanks,
Michael Iverson