I am setting up a flow when people get email notifications 60 days prior to the due date seems like everything is running successfully until if the condition is true it will send an email and show expression result False.
Anyone help me on this, thanks
Hi @Rushil_15,
The send an email (v2) action is within a nested apply to each 2 action. If for one item the expression result is true, it will sent an email for each item of your list. So, my suggestion would be to remove that nested apply to each 2 action in the If Yes section.
If you want to use the email address of the current item (and you want to avoid the nested apply to each being added) you can use an expression.
Use an expression like below to refer to the Email field in the To field of your Send an Email (v2) action
item()['Email']
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional