SOLVED

Recurrence email notification based on 2 or more sharepoint list value

Copper Contributor

Hi All,

 

I am trying to run a flow based existing sharepoint list:

- Send out recurrence email if sharepoint list column value (Status) is 'Under monitoring' or ' Work with restrictions'

- Other than the listed column values shall do nothing

- Purpose is to send out weekly updates to concerned personnel until status is 'finalized'

 

I've encountered with some issues (flow successful but did not receive any notification email).

 

1. An overview

Can_make_it_0-1616985526417.png

 

 

2. Filter query 

Can_make_it_1-1616985526431.png

 

3. HTML table (i've sent to automatic) and email

Can_make_it_2-1616985526433.png

 

Would appreciate if anyone can help me out on this, thanks!

 

3 Replies

Hi @Can_make_it 

 

Try using Send an email (V2) instead of the notification action. You'll get a better result.

 

I've noticed the notifications do get blocked after a while if too many notifications go out or if I was doing a lot of testing and likely appearing to be spam or something (these are my observation).

 

Email seems to work fine.

 

Cheers and best wishes

Damien

Hi Damien,

Thanks for the quick response. I've tried with Send an email (V2), same thing happened.
Flow successful but no emails.
best response confirmed by Can_make_it (Copper Contributor)
Solution

@Can_make_it Your filter query is wrong, you've got it as Status eq 'Work with restrictions' and Status eq 'Under monitoring'. You need to use or

 

Rob
Los Gallardos
Microsoft Power Automate Community Super User

1 best response

Accepted Solutions
best response confirmed by Can_make_it (Copper Contributor)
Solution

@Can_make_it Your filter query is wrong, you've got it as Status eq 'Work with restrictions' and Status eq 'Under monitoring'. You need to use or

 

Rob
Los Gallardos
Microsoft Power Automate Community Super User

View solution in original post