How to Receive an array of bytes from an azure function and convert to xls to send by email with logic apps

Angelica Villamil 1 Reputation point
2020-08-18T03:19:30.487+00:00

I have a project like a serverless with an azure function who create an excel with 2 sheets, I need to send this file to a "HTTP trigger" to the logic app to send later by email.

The function who create the excel returns an bytes[] or a base64 (I have tried both), but I need to convert this data to xlsx to send with the connector "outlook"

This is my function who create the excel:

18201-image.png
18060-image.png

I tried to do in logic apps by this way:

18192-image.png

But I received in my inbox mail this file:

18118-image.png

How can I do this?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,197 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.