Hi All,
I have Migrate (Sharegate) the Nintex Workflow from SharePoint 2013 On-Prem to Online,
Workflow contain the Start Workflow Action (that Start the Another workflow) after configurting the Workflow in Online. Main Workflow Start on Item Creation and Modified.
When we create a Item in List Workflow giving the Error and Suspended - Item does not exist. It may have been deleted by another user.
Please Help me on this
Thank you
Solved! Go to Solution.
Need help on this urgent
what kind of permission Issue and In which, I have Full control permission in Site and also configured the workflow. Please see the Screenshot of workflow.
Start Option Screen Shot
Start Workflow Action
Error When Start Workflow Action Execute. If i disable the Start Workflow Action Workflow Execute to the Next Action.
Configuration That Start from Start Workflow Action
And Start Workflow Action Connection is Made by Me if Self
Based on the configuration you are starting a workflow on a list based on the current items ID.
So if you start the workflow on an item with an ID of 20 who is to say that there will be an item in the other list with an ID of 20?
Thats why the item does not exist.
Both workflow are in the Same List. So i use the Current Item Guid.
And Executing for the Current Item.