Mar 04 2019 02:15 PM - edited Mar 05 2019 11:56 AM
I have set up a Do Until action in Flow with a condition:
Status Value is equal to Completed
Status is a SharePoint choice column. Inside the loop, I am retrieving that exact same column value (using Get Item) and sending a notification.
The notification shows that the value of Status is Completed, however the Do Until action keeps looping. What am I missing?
[Update] If I store the field value in a variable, and check the variable value in the condition, then everything works fine. I am going to use this workaround for now, but I'd still be interested to understand why it wouldn't work with the field value directly.
Jun 03 2020 01:25 AM
@Christophe Humbert I have tried the same approach you mentioned but its not working. now
May 07 2024 10:36 AM
@Christophe Humbert Have you looked at the limits for the do until loop? It could be an issue of it timing out.