Hey All,
I have a flow thats working but I want to put all the items that meet the condition into a table rather than multiple emails.
Heres the flow..Now the slight oddness here is that the flow errors but still send the emails at the moment. but not sure if the error is stopping the table from working.

Left
formatDateTime(item()['PermiteEndDate'],'dd-MM-yyyy')
Right
addDays(utcNow(),1,'dd-MM-yyyy')
Tried adding Select > Create HTML table after 'Get Items' and after the condition but no joy on either.
Thanks L