Hello all,
I am using Site workflow and trying to start a list workflow on an item if the "Next review date" is equal to today. I was able to query the list items and got the collection of item ids. So now i used for loop and used "start workflow" action to run the list workflow on the item id's. I tried with GUID as well.
But i am getting the error "Item does not exit. It may be deleted by another user". Does anyone faced this issue. Please let me know if there is any resolution.