Hi,
I have a control action within a do until loop that the works properly, but it displays incorrectly. It checks the SharePoint item from Get Items (GetItem3) and if true, sets a variable and sends an email. The strangest thing is that is working properly, meaning that if it is true it goes to "If Yes" and performs the 2 actions (set variable and email). If it is false, then the loop repeats every hour until the control reads true. Again, it behaves as it is supposed to, but the display as seen in attached reads false. And this happens at random. Any help will be greatly appreciated.
Solved! Go to Solution.
You must be only looking at a single instance.
Check other instances in your loop by clicking Next
You must be only looking at a single instance.
Check other instances in your loop by clicking Next
I've never noticed that, but yes, the instance is there and shows correctly. Thank you! 😊