Using Azure Function App and Logic Apps to create an automated report that downloads a CSV, creates a HTML table, sends an email with the HTML table and attaches the CSV
In this post, I would like to demonstrate the following using an Azure Function App and Logic App. Function App: Download a CSV file from a URL Count the amount of records in the table Convert the CSV data into a table in HTML format