
Announcements
Hello,
I have a couple of questions related to SharePoint list..
1. I have a SharePoint list which I have customized using customize form -power app.
How can I modify the URL so that user can directly navigate to the form through power app (mobile device) without navigating to the SharePoint page.
2. I have set below permissions for the list
how can I permit access to 1 person so that he can see data of all the users.
Thank you
@Anonymous
I would consider doing your app as a standalone app rather than a customized form in SharePoint. This will avoid people having to go to the SharePoint list just to initiate the customized form. That link (to the standalone app) would be all that people need then.
Using the permissions that you show on the settings will not allow any one person to be able to see all the records.
The best choice is to break inheritance of permissions and let a PowerAutomate flow change permissions on individual items so that users see only their records and admins (or others selected) see all records.
I hope this is helpful for you.