Hi All, I have a staging website where I have some active users who created data in different collections.
I am working on prod website (separate wix website) and the same users must have access to few data inside collections. Or in other words, there must be records created inside collections where owner is the specific user id on prod.
The Problem 1: when we insert new record inside collection, we cannot give owner field as it is system generated.
I want to create few records inside prod collections as another users ==> the _owner field must be user id of another user.
How can I achieve this?
I tried manually giving _owner id of another user but system take my own id as owner.
See Povilas' answer.