Hi,
I would like to create a flow to send an email to the email address of the reception desk when an new event is created having this 2 conditions:
I'm doing it for office 365 calendar events.
Does anyone have an idea about how to do it?
Thanks.
Best regards.
Solved! Go to Solution.
Hi @jesusem,
Please refer to screenshot below to create the flow:
Note:
Please add your company domain on the variable "company domain", and add your company name on the variable "company name".
The expression in the Compose as below:
split(concat(triggerBody()?['RequiredAttendees'],triggerBody()?['OptionalAttendees']),';')
The expression in the Condition as below:
@and(not(contains(items('Apply_to_each'), variables('company domain'))),contains(triggerBody()?['Location'], variables('company name')),not(empty(items('Apply_to_each'))))
The expression in the Condition 2 as below:
@equals(variables('contain outside company attendees'), true)
When a event is created,the flow would run successfully as below:
Best regards,
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jesusem,
How would you check if an attendee of all Required & Optional attendees is from outside of your company from the attendees's email?
What is the name of your office?
Please share more details or please share an example so we would try to provide a proper workaround for you.
Best regards,
Alice
Hi Alice, thank you for your reply.
I thought checking the domain name of the email address. Could it be done?
Do we have to fill the company name on the contact details of all members and check that field by comparing it to a text variable?
Regarding the name of the company, sorry i wrote "office" by mistake, it is Improving Metrics.
In order to it for a general use, I think that this 2 parameters could be text variables that other users could replace by their own values.
Thanks.
Best regards.
Hi @jesusem,
Please refer to screenshot below to create the flow:
Note:
Please add your company domain on the variable "company domain", and add your company name on the variable "company name".
The expression in the Compose as below:
split(concat(triggerBody()?['RequiredAttendees'],triggerBody()?['OptionalAttendees']),';')
The expression in the Condition as below:
@and(not(contains(items('Apply_to_each'), variables('company domain'))),contains(triggerBody()?['Location'], variables('company name')),not(empty(items('Apply_to_each'))))
The expression in the Condition 2 as below:
@equals(variables('contain outside company attendees'), true)
When a event is created,the flow would run successfully as below:
Best regards,
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, thanks for your help! Finally I have it working.
Now I would like to improve it by notifying the names of the external visits to reception, so I am trying to get the contact details using the attendee's email address, but it seems that I need to know the contact ID to get the contact's details.
So, my last question is: Is there a way to get the name of the contact only with the email address?
Thanks.
Best regards,
Jesus.
User | Count |
---|---|
87 | |
72 | |
44 | |
26 | |
25 |
User | Count |
---|---|
42 | |
24 | |
24 | |
23 | |
18 |