Hi!
I want to build a flow where every page of my site library is checked with the condition "Has it been modified in the last 2 hours?". If yes, I want to receive an email for every page.
I tried this:
(dynamic content) "Modified" is greater than (expression) formatDateTime(addHours(utcNow(),-2),'yyyyMMddThh:mm:ssZ')
But it does not work unfortunately, I only receive an email for 4 pages instead of +/- 40. I added the formatDateTime because "Modified" and utcNow() are not in the same format. You can find a screenshot of my flow bellow.
What do I do wrong?
Thank you in advance
Louis
