Hi
I have a flow where I am getting items that are filtered by Odata on a column to return only open items. I have then initialised a variable then used the apply to each to append the data to the variable which is working as expected. However I then want to filter the array to enable me to send personalised e-mail based on the open items so in effect the outcome will be one e-mail per person with a table outlining each open item.
Is anyone able to advise the best approach to gain this outcome?