Loops in a workflow as far as I understand steps though items in a list. I like to use a loop to extract text from a delimited string until all fields were processed. Is it be possible to create a loop that would work like a while loop, so it stops when a logical expression is evalued to True? I also welcome recommendations to do this in a different way. Thank you.