Help please:
I am trying to set up a flow that sends a recurring email daily from a SharePoint list. The list contains daily requests. I want to be able to send specific items based on the value in one of the columns so my team can see what requests were approved for today. I want the flow to only send the items that have a date that matches the day the recurring email will be sent.
I have set up a flow a few different ways but continue to run into the same problem. The flow will generate multiple emails(one for each line item/row) instead of listing them all in one email.
I have tried:
1.) recurring:
get items : SharePoint list
apply to each: value
condition:(if column is equal to current date): send email: desired columns using dynamic expressions
2.) recurring:
initialize variable: (string)
get items: SharePoint list
apply to each: value
append string variable: (list/ each column desired)
condition: (date column must equal today)
send email: (variable list)
3.)I have also tried using an html table but this seemed to generate the whole list or fill every row of the table with the same line.
Any assistance would be appreciated.
Thanks!