I have designed a workflow to run when a SharePoint list item is updated and has a specific condition rule. What I've found is that when the workflow runs it selects all items in the SharePoint list with that condition and processes them all. Is there a way to ensure that when a SharePoint list item is updated it is the only one selected by the workflow, i.e. some way to parse the ID to it?
When a listitem is updated then you can:
Yes. Good to hear there is a workaround. On the other hand is it standard behaviour that the item that you are creating/updating is the only one that will be updated in the workflow. Maybe the structure that is updating all items is not correct. You can also move this to for example a site workflow (for example update multiple items) or second list-workflow to trigger this whenever you want.