Hi there,
I have a data type, Receipt, with data privacy applied (only the creator of a Receipt can view or search it, so users can only see their own receipts). Now I want to add a feature called “share receipt” through which a user can share their receipt to other users. I need to send a URL to the receiving user, so they can claim the receipt which mean they should be able to copy the receipt data and create a new receipt under their name (the receiver as the creator of the new receipt). My problem is that when I run the workflow under the receiver user, the shared receipt data is not accessible and the new thing is created with black data.