Hello
I have a feature to manage the work list and I have created a collection for that and the work can be distributed to multiple users.
So I have created a column as DistributedTo with many-to-many relationship.
I have created a custom list with users and made the add button
But when I tried to add the current user from list to DistributedTo, I am getting “Unauthorized error” message.
Is this Adalo bug or bug in collection or list?
Thank you