Hi everyone,
I have created mutliple flows for a Q&A App I've developed in PowerApps, which feeds into a SharePoint List. I've succesfully created flows to send e-mails:
1. alerting someone that their question has been received by our team
2. question has been answered by our team.
I'm having difficulties on my third flow, and I'm hoping you can help. I have a "question assigned to" field in my SharePoint list, and I would like to set up a flow to alert the "assigned to" person via e-mail when a question has been assigned to them. I tried to set it up with conditional formatting, but am not seeing success. Any ideas for how to get this working would be very helpful. I want the condition to be something like: If "Assigned To" contains an e-mail address, send an e-mail to the "assigned to" e-mail address."
Thanks in advance for your help!
Thanks in advance!
Hi @krs10s6,
Do you want to send an email to AssignedTo user when the Question assigned to field in SharePoint list is not empty?
Please check the following flow for a reference.
I am going to send an email when an item is created in a list with Approver field filled with an email address.
The condition is configured as:
@not(empty(triggerBody()?['Approver']?['Email']))
A screenshot for your reference.
Best regards,
Mabel
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
80 | |
55 | |
55 | |
43 | |
39 |
User | Count |
---|---|
83 | |
81 | |
76 | |
64 | |
42 |