impersonation
3 TopicsSharePoint 2010 item permissions workflow - getting user from look-up list
On SharePoint Online I have a 2010 workflow with an Impersonation Step to Replace permissions of the current item so only the person who created it and also the Administrator for the corresponding region can see it. Presently the Administrator is hard-coded in the workflow, looking up from the main company directory on Exchange. The Region is a choice column on the list the workflow is running on. Whenever a regional Admin changes - or additional ones are added - the workflow will need to be adjusted so the permissions are changed (person removed or new ones added). My question is: **How would I use a Lookup list** with Region and the corresponding Admin so the workflow can look at that instead of the names being hard-coded on the w/f? This will be a better interface, so the admin team can change admin roles from a list themselves rather than having IT to change the workflow each time. Thanks!798Views0likes0CommentsUse impersonation in SPFX Webpart
Hi, I have sharepoint team site with a list that have custom permissions. I want to develop a WebPart SPFx that shows list items from my list for user who didn't have permissions. I saw that we can create secured AAD function that let impersonation. Could you explain process please ? How it does works ? Thank you.3.6KViews0likes2CommentsSaving PowerApps app results to SharePoint list using service account instead of app user
I am creating an app for end users to take a test and then submit the results to a SharePoint list. I am no fan of giving everyone contribute access to the list, as they potentially will be able to edit their test results in the list, so I am looking to run the save (patch()) function using a service account. This I know is possible to to with Flow actions, but I have not seen if or where I can define the same in PowerApp connections. Have anyone managed to do this, and if so - how? Thx