resolved : sharepoint 2013 workflow with rest api.
Sharepoint 2016 workflow with rest api.
or
APP step sharepoint workflow.
Solution:
Sharepoint 2016 workflow with rest api.
or
APP step sharepoint workflow.
Solution:
- Go to Site Settings.
- In the Site Actions section, select Manage site features.
- Locate the feature called Workflows can use app permissions, as shown in the figure, and then click Activate.
- Go to Site Settings.
- In the Users and Permissions section, select Site app permissions.
- Copy the client section of the App Identifier. This is the identifier between the last "|" and the "@" sign, as shown in the figure.
- Navigate to the Grant permission to an app page. This must be done by browsing to the appinv.aspx page of the site.Example: http://{hostname}/{the Site Collection}/_layouts/15/appinv.aspx.
- Paste the client id in the App Id field and then click Lookup, as shown in the figure.
- Paste the following Permissions Request XML to grant full control permission.
<AppPermissionRequests> <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" /> </AppPermissionRequests>
CautionThere are no placeholders in the Scope value above. It is a literal value. Enter it exactly as it appears here. - Click Create.
- You will then be asked to trust the Workflow app, as shown in the figure. Click Trust It.
Comments
Post a Comment