Hello,
I have the following Flow. (The apply to each should loop through around 200 items)

It works well, except for the output of the CreateHTML
I want to put the output of the CreateHTML into a email, however, there are extra columns appearing . I only want the Name and email

On the CreateHTML i clicked Advanced Option, and selected Columns to Custom and entered
Header | Value
Name | body('Filter_array_2')?[0]?[Name]
email | body('Filter_array_2')?[0]?[emailAddress]
But it keep coming back and saying cant find Name. Any ideas?