I have an Azure function (http triggered) which returns a CSV file in response. I am calling this function from a logic app using http request action (since I need to pass authentication details) and getting the http response with the CSV in body. Now I want to send this CSV as an attachment with an outlook email. Unfortunately I'm unable to do this. If I use the body of http response then the email body contains the full content of the CSV, whereas I want this as an attachment.
Thanks in advance.
Regards, SB