Problems with the PDF at the moment to try to locate it to visualize or try to find to send in a email

Good afternoon Friends,

First of all i would like to apologyse for me English, this is not my born lenguaje. ill do my best to express my self about this issue because its getting frutated for me.

at this moment im making a nocodeapp of sales. i create an bot to create a PDF file with a basic information. The bot works perfectly, creates the pdf in
”/appsheet/data/NewApp-292683266/reports//” as is suppose to be.
However, at the moment that i create a colum as a file, try to visualize it, it just shows an HTML code, but if i go to the folder i can see the file…

So i been reading and seening youtube videos to try to understand whats going on, i try almost everything, and still nothing. So i decide to instead of seeing the pdf in the colum file, i could send it by email, but… It was the same… The email sent but no attachemend.

So now, i dont know what to do, and i hope this lovelly community could help me.

This is the first part of the bot, im using a dtb_reportes tables as a reference for the range of dates of the report.

Now, this is the configuration of the
File Report Path
File Name Prefix
CONCATENATE([rep_name],“.PDF”)
repname is a colum in the dtb_reportes for the name.

This is the part of the Send an email

Attachmet Folder Path
CONCATENATE(“reports/”, [rep_name], “.PDF”)

Also i tried with only “reports”, “/reports”, nothing…

This are all the pdf that i create as a TEST, but i cant find them with appsheet in order to send a email or visualize it .

Please help me to find a solution!!

Thank u

You can get rid of the create a file step. Just move all of the settings and the template to the email step which can also create the file for you, and save it to the drive (attach and archive).

You are right, thank you so much!! So much!! Love you man!