Hi @Mira_Ghaly
Thank you for your answer. It took me a minute but i have managed to follow your steps and get it working in the end.
ps. Is there a way to change the array we created to dynamic content? I couldn't create html table with custom fields from that array, had to use automatic which broke my html formatting but i fixed it by updating the json.
Screenshot below in case someone else need it in the future: (for the html URL link to work correctly you need to use the output of create html table in a new compose variable and add the expression below for the link to show correctly in an email:
replace(replace(replace(body('Create_HTML_table'),'<','<'),'>','>'),'"','"')
