Hi
I have a requirement whereby people can submit a request looking for one or more type of care in one or more towns. A SharePoint list of potential providers is then filtered to return possible matches. Emails are then sent to the possible matches asking if they are interested in providing care.
I am able to filter the List with the first criteria, and then filter that output with the second criteria resulting in an output of possible matches.
These are inside Apply to Each filters.
I can see that the filters are returning the correct items, but they are fragmented inside each of the Apply to Each loops and I can only use the result inside the Apply to Each.
How do I list the outputs of the final Apply to Each filter into a single array that can be used in the main body of the flow as my source list for the emails?
