I'm trying to create a scheduled flow that will run every 2 weeks.
This flow will pull a list of Project Records from Dynamics 365 and filter the list to only contain records that
meet the following conditions met
1. Status = Active (FYI - the actual Field label is Status BUT the field name is statecode with an option value of 0 - Active or 1 - Inactive)
2. Project Number Field is empty
If both those conditions are met, a HTML Table is created and then emailed to a user containing the Project Name, Date Created and link to the Project form in CRM for that particular record.
Currently the flow runs successfully but I do not receive any email. I'm pretty sure the issue lies somewhere in the middle of the flow.
Help me out fam!
Image of current flow:
Zoomed In Image of Current Flow:
CRM Project Number Field:
Solved! Go to Solution.
@MattP13 - What account are you using for the "Send an Email (v2)" step? Is it a service account, your account, or some other account? If it's a different account, do you have permissions in Exchange to send emails on behalf of that account?
Thanks for the feedback, I will start doing so!