Hello,
I'm trying to figure out if it's possible with Flow to setup an "auto send email annually/ every year to the specific outlook user". I have seen many examples and I attempted to try it and setting them up as demonstrated, but it appears some various examples that no longer can match to my requirements.
Here's the flow that I need to do:
- Sending Email: email needs to send at the very specific people once a every year
- Trigger: email arrives at the inbox
- Condition: check for the time that email arrives, make sure it arrives at 1:00 PM local time
- If yes, terminate the flow (do nothing)
- If no, check if the message is a reply (currently using "RE: " in subject)
- If it's a reply, do not send a message (do nothing)
- If it's a unique message, send it every year at their inbox
Can anyone help me with this requirement?
Thanks!