I am new in Flow, and i am trying to set up a simple reminder avery 15min until an email has been read.
I have DoUntil loop with a Limit of 5 iterations within an 1hr and within the DO until is an delay of 15min and the sent notification.
The problem is that although the email is read within the 1 hr limit the DoUntil loop does not recognize the read status change and continues until it times out. So i get 5 reminders.
The Sharepoint Get Item i found as possible solution in similar posts i could not relate it to the read status of the email.
Can anyone help?