Hi
How can i create a text file as the resulte of an expression (field returned from a query), and send it as an email attach?
Regards
Hi Carlos ,
You can use "TextToBinaryData" action from BinaryData reference to convert expression to text file.
For sending email you can go through below link
https://success.outsystems.com/Documentation/11/Developing_an_Application/Implement_Application_Logic/Send_an_Email_From_a_Web_Application
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Configure_OutSystems_to_Send_Emails
Hi Carlos,I think you can use the FileSystem component from forge to create a text file.https://www.outsystems.com/forge/component-overview/68/filesystemAfter you create a file, in the preparation of email you can add an attachment to your email]
Hope it helps.Ferhat