Hi, I'm trying to get query results from DevOps and perform an action base on each record. This requires a loop or some way to iterate through each record and base on the conditions of that record perform an action.
What's the best way to do this?
Thanks