Create and Download an Excel-List works fine.
Now I want to create an ExcelList and attach those to an email without any interaction.
I have created a Server-Action which gets as an input parameter a List of Structures.
Within the Server Action I use "RecordListToExcel" and add the result to the output of the Server-Action
This Data seems to be corrupted as it is empty.
Hello
So as you have already created a logic for the excel binary file now you just need to pass the binary file to the email I am attaching a link which explain step by step process to attach any file to email.https://success.outsystems.com/documentation/11/developing_an_application/implement_application_logic/emails_in_mobile_and_reactive_web_apps/adding_email_attachments/
I hope this will helpBest RegardsTousif Khan
Thanks for the answer, the problem is, that the file is empty. There seems to be some magic done, if Download is done which is missing if I just assign it to an binary output variable.
Using the same method together with the download Actions gives a working Excel-Sheet.
Attaching the file (empty) does work fine.
Solved in between
Hello, what did you do to fix that ?