Skip to main content

I have a workflow that includes a couple of loops back for "More info" or "incorrect data" . These loops are initiated by a selection on an infopath form. I capture all the date from the form into a Sharepoint list. I would also like to capture a count (counter) of how many times a forms was send back due to "More info needed" or "incorrect data".


I was looking at t Sharepoint List Items event but that doesnt seem to be what I would use to do this. It should be simple to advance a counter each time a particular event in a process completed.


Thanks


 


Dave

I think that the SharePoint list item even could still be the way to go.  You could create a datafield that will house the running count and upon each round just have a server event that does a +1 to this datafield. Then in the next step writes that datafield to the SharePoint list.


Maybe not the greatest solution but i think it would work.


 


Anyone else done something similar?


Reply