Hi - I have an online excel sheet and I am trying to trigger a recurring flow. Basically, the excel sheet has a date column and I am filtering the entries belonging to the current day and sending the filtered results via email notification. My flow looks like this.

It does the filtering job properly but there is one problem which I am unable to resolve. The email I receive looks like this:
@odata.etag | ItemInternalId | Name | Note | DateISO |
| | 11ea9607-a596-4841-be8b-c086688d194d | James | Just a couple of hours | 07-15-2020 |
| | d4ee0ecc-c8f0-4833-ac28-738cf7a43c9b | Mohammad Zaki | - | 07-15-2020 |
How can I get rid of @odata.etag and ItemInternalId in the sent email?
I tried to use Custom Column under advanced options but it forced the Create HTML connector into a loop and resulting output in my email was also messed up.
So my question is, how can I get rid of first two columns in my email??
Thanks,
Zaki