Hi all,
I would like to ask how can I make use of the flow to send one email to list of multiple email addresses as there are email address appeared 100 times so I don't want to send 100 emails to him.
At first, I have used 'get items' and its filter query is sent to filter only expiry date is less than a week.
And make use of 'compose' with the equation is the length(outputs('Get_items')?['body/value'])
And then I use apply to each to send email with the to column is inputting the 'supervisor email' which is a column with email address text stated in the shairpoint.
May I know how can I achieve it?
Thank you.