Good afternoon,
Need: Receive a notification if a given Power Automate flow is INACTIVE for more than a certain period of time.
Context: I have operational flows that must be fulfilled at specific frequencies. I want to receive a notification e-mail if the flow is not modified within a certain period of time. The period would be calculated between two columns (created and modified), but I am having trouble to calculate.
Example 1) Form "X" has an expected frequency of modification of 7 days and it is a trigger for a flow in Power Automate. I want to be notified if(today() - last fill > 8d).