We are trying to add a relationship between a user and a retailer. In this scenario, we are adding retailers that a user follows the same way a user would follow a friend on Instagram. How do we append that relationship in the user table. We can do it in any table other than the user table. When we use the logic above (posted by Rich) to do it for the user table, it gives us an error. In the docs there is an append command used for other tables as follows: phoneBook.contacts.append(contactToAdd). How do we do this for the user table?
I posted this by mistake. I have asked the same question with title: <Property name contains invalid characters: 431F62EA-B7C3-C010-FF40-7D88C77A9300>