Hi Guys!
I'm writing and sending images because it's a company project and I can't share
I'm wanting to create a reactive application for sending email with an excel file attached.
So far I have developed the email interface, but I don't know if it would be the right one, in case anyone can help or send a tutorial, because I haven't found anything on the internet.
Hi Fabiano you can attach a file using the attachments property below
here for me it only goes to the attchments part and gives an error when I select a variable of type Binary Date.
If you hover on the left part of the attachments label you will see a + icon try and click that.
after clicking on the + icon
this option will be available and click again on the + icon and you should be able to fill out the filename (text) and the filecontent (BinaryData)
Yes it worked, thank you.
You're welcome