Setting up App Permissions
Summary: For SharePoint 2013 workflows, app permissions need to be set up in order to use impersonation steps.
Instructions
- Navigate to the Site Settings , then Manage site features
- Select Activate for Workflows can use app permissions
- Navigate to Site Settings then Site App Permissions
From the code, copy the bold part of the code (from | until @)
i:0i.t|ms.sp.ext|4b3e3e53-0eb5-4817-9f81-384dfd715bc7@db1e96a8-a3da-442a-930b-235cac24cd5c - Add this string to the end of the site URL: _layouts/15/appinv.aspx
- On this page, Paste in Highlighted App Id from step 3 then select Look up
- Add the XML below in the Permission Request XML box then Select Create.
<AppPermissionRequests>
<AppPermissionRequest Scope=”http://sharepoint/content/sitecollection/” Right=”FullControl” />
</AppPermissionRequests> - Select Trust it, in the next screen