In my Baqend-hosted application, I have created a "Family" Class, with some modeling attributes and a list of User references.
Now I want to add some dummy data using the Data tab in the Baqend dashboard. How do I add Users to a List of User within the Dashboard?
I have tried:[/db/User/id, /db/User/id]
[username, username]
username, username
<username>,<username>
<id>,<id>
/db/user/<id>
etc
But the frame stays red, suggesting invalid data.