How to set up a flow to schedule an email to be sent in a half yearly basis without being turned off if my flow has not run at all in the past 90 days.

How to set up a flow to schedule an email to be sent in a half yearly basis without being turned off if my flow has not run at all in the past 90 days.
Hi @MaggieC ,
The easy way to do this is schedule the flow to run every 28 days and add internal logic to decide if to send email or just end.
The more difficult approach is to setup another flow to turn it on again, the problem with this is it requires Power Automate Admin connectors (not all DLP policies allow it), and you have same problem if turning itself off. So this is only worth it if you have multiple flows you want kept on.