Hi,
I posted something similar a few days ago but I have changed requirement a bit.
Is it possible to send an automated email when I'm busy in a meeting.
The flow will trigger on incoming mail, check my calendar and if busy send out an email to trigger mail.
Thanks,
Solved! Go to Solution.
Hi @BPSYD,
You could refer to the following steps:
Initialize an integer variable named Busy and set default value to 0, means not busy.
Then Get events, loop through all to check if there is any event in range of start Date and end Date, if there is, set Busy to 1.
After all loop, if the Busy is equals to 1, reply the Email just received.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @BPSYD,
You could refer to the following steps:
Initialize an integer variable named Busy and set default value to 0, means not busy.
Then Get events, loop through all to check if there is any event in range of start Date and end Date, if there is, set Busy to 1.
After all loop, if the Busy is equals to 1, reply the Email just received.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-litu-msft
Thanks for reaching out and assisting me with this. I have tried your steps see below but seem to be getting an error message in the first condition.
Hi @BPSYD,
Yes, if the first event not satisfied the condition, it will skip Set variable action.
To test, you could create an event, then check the Condition 2 whether go to Yes branch:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@v-litu-msft This works BRILLIANTLY. THANK YOU
Last question before I give this answer the tick.
Would you know of any reason why recurring meetings don't behave the same way as a once off meeting?
Thanks,
Hi @BPSYD,
These repeat meetings based on the original meeting ID, when getting an event it will regard as original event time.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
66 | |
23 | |
16 | |
16 | |
13 |
User | Count |
---|---|
116 | |
35 | |
32 | |
28 | |
26 |