Hi,
I would like to setup a reminder system using PowerAutomate, and send me reminders in due dates.
the problem is that some "Due Dates" are far away, e.g. 1 year from now...
in PowerAutomate, I cannot use the "Delay until" for more than 30 days, that is my plan setup in O365..
so, I would like to create a loop in Power Automate and keep pausing for 1 week every time if "today's Date" is less than the "due date" mentioned in a SharePoint (Date\Time) field..
I used the (Do Until) with the following expression but it's not working..
greater(ticks(formatDateTime(utcNow(), 'yyyy-MM-ddTHH:mm:ssZ')), ticks(triggerOutputs()?['body/The_x0020_Reminder_x0020_Date_x0']))
please find attached screenshot.
can you please advice what might be the issue here? any idea?
thank you!