Hi,
I have the following extract from a flow I am using;

Here I populate the HTML table using the items from the 'FilterName'. When I click on the body of the 'Send an email' I am able to see the 'Create HTML table' in the dynamic content. This is all good, however, I am no longer able to see 'FilterName' in the dynamic content. If I were to remove the 'Create HTML table' action then I am able to see 'FilterName' in dynamic content when trying to populate the email body. I am not sure why this occurs?
As a result I tried to come up with a work around below;

Here I have included a 'parse JSON' action in order to get the individual elements/items from the 'FilterName' in order to use them in the email body along with the 'Create HTML table'. When I click on the body of the email I can see both of them in dynamic content, but I was hoping the individual items/elements of the parse JSON would be present, not just the 'Body'. I'm not even sure if this is the right way to go about this.
Could someone advise? Would be much appreciated.
Thanks