I am creating an SP 2013 Workflow with a "Loop" step to delete other list items. This works as I would expect.
Multiple items will be created at the same time (created from submitting a form from another library) so I only want the "Loop" step to run on the item with the Max ID. So, I was going to create an IF Condition of - IF Current Item ID = Max ID in List - then run the Loop otherwise go to next Stage.
I'm struggling with a way to identify in the Workflow what is the current Max ID? Any ideas?
