Hello,
I'm using Nintex for SP 2019.
I have a site workflow that analysis items and create new items in this same list (trought a "for each" loop). This list have a workflow that run perfectly for manual creation of item (forms completed by users). So far so good.
Now all new items created by the site workflow are not running because there are tag as created by system account. I think it is a correct behaviour for SP, but i really need to do this working.
How can i can fix this problem ?
- I've searched in central Admin : No parrameter for allowing System Account to trigger WF conditions.
- I've tried to recreate the site workflow with an other user that system account and put the creat item action in an action set. Then running this action set as workflow owner. This was curious, the created by is still fill by System account.
- I've tried to use a web service action. But I cannot figure out what is expected into the list item name.
- For the list item name i've tried with and without "Encode inserted tokens":
- Id without bracket : f31a1da2-b3e2-48ee-8eec-876dd1a885d3
- Id with bracket : {f31a1da2-b3e2-48ee-8eec-876dd1a885d3}
- Name list : TestForMyWorkflow
- Url of the list : https://intranet/test/Lists/TestForMyWorkflow/
- Url of the view : https://intranet/test/Lists/TestForMyWorkflow/AllItems.aspx
- I allways get the same error in mw workflow history :