Forum Discussion
Yogesh Ghare
Sep 06, 2017Copper Contributor
SharePoint Online - Remote event receiver / Workflow permission
HI, I have following requirement to be implemneted in Sharepoint online. 1. Create a list on every users personal site. 2. Every user can only read/write data onto the list on their personal...
Gayatri Rajput
Sep 06, 2017Copper Contributor
You can try with SharePoint Designer 2013 list workflow may it can be full fill your requirement.
Create the list item using REST call in SharePoint Designer 2013 list workflow.
Yogesh Ghare
Sep 06, 2017Copper Contributor
Hi,
Thanks for your reply.
I think creating item using WCF service runs under users + APP context? As the creator will not have access to the list on other user personal site, will it still work?
FYI - I have already worked on workflow and using WCF in workflows.
My only concern is about per permissions required for workflow to wite data where the WF intiator dont have access.
Regards,
Yogesh Ghare
- Gayatri RajputSep 06, 2017Copper Contributor
No,Permissions not required for workflow to write data.