Dear Community,
I have a Flow that is triggered on a third party condition (in this case a PowerBI alert). I would like to run the flow as soon as this condition is triggered, but ignore all subsequent triggers for let's say a week.
I played around with the utcnow() variable, but I miss the ability to either persist or query the last successful runtime to make the decision to further process the flow.
Any help is highly appreciated.