Hi there,
I'm trying to create an SPList in SharePoint using Nintex Workflow for Office365. As there is no direct Action available in Nintex for Office 365, I've used REST API to do the same. I followed the steps as said in the below article.
Using the Office 365 REST API to create lists from your Nintex Workflow.
But I ended up with Access denied error as below.
Response Content : {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have permission to perform this action or access this resource."}}}
Response Status Code: Forbidden
Can someone help me to get over this?
My requirement is to Create a Sub-Site & few SPLists as requested by End-users(by filling up a form). I'm able to Create a Sub-Site as there is direct action. For creating Lists, I'm using REST API which I could not succeed. Since this a very common requirement, I'm expecting there should be a way of doing it without much difficulty.
Thanks in advance.
Regards,
Jatin Chandra.