Hi all,
I have a simple input form that submits data to a Dataverse table.
A flow runs when new data is created in said table .
Approval gets emailed as part of the flow and updates the same Dataverse table with a result.
In the table I have the User email address and the Supervisor (Approver) address as their own columns.
Later I wanted to do a gallery showing the Supervisor I just filtered on
Filter(Databasename,'Supervisor Email' = Super)
Only test data where the requestor and approver were the same person shows
Since the database is set to User(Read) I figured that is why.
What DB permissions do I need to allow the supervisor email to view rows created by another user?
I know setting read to Business Unit will do the job, but is there anyway to lock it down further by user?
Thank you