Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
We are using Nintex workflow 2013. There is some workflow I didn't create it, but there is some activity with the name "Action set". Inside this action set there is an activity "Set list item permissions". Under which account is the activity "Set list item permissions" executed? Is it the account of the initiator or the account of the user which published the workflow?
Solved! Go to Solution.
Hi,
by default, actions are executed using the credentials of the user who start the workflow (or cause it to start in case of automatic start)
Most action that aren't nested may be set to "Run as Workflow Owner", in that case that action (and all action nested inside it) will be executed as the user who published the workflow
Giacomo
I created some dummy workflow on a sharepoint list which will be triggered when there is a new list item created. I try to test "Run as Workflow Owner". The workflow owner has full control permissions on a folder in the sharepoint list. I try to set permissions on this folder under the workflow owner. But it gives me an access denied. What do I need to do to make an action set working under the workflow owner?
I try to give the current user contribute permissions on some folder in the same list.
I found it, thanks!