Hi there, I am having difficulty in send emails based on a filter array. The problem I have is that when I create the send email option, Power Automate automatically puts this into another 'Apply to Each' box which I do not want to happen. I simply wish to send one email, based on each row of the filter array.
I know that I need to type something in specifically when selecting the email itself, but am unsure of the code.
Any help welcome.


I have created an Apply to each step, but when I create the send email step and insert the email address I need, it automatically pops that into ANOTHER Apply each step, which I do not want.
How should the email be written to prevent this from happening?
The current code for the email says items('Apply_to_each')?['TestEmail'], which I think is causing the problem