How can I arrange PDF Atachment files folders in this order: attachments/ year/ month/ day…?
Right now all PDF attachments are in this order attachemtns/ day / month
Thanks!
I couldn’t understand your request. Are you talking about the folder structure where you save your pdf files (file column) or a pdf file generated by the workflow? Or something different?
Hi Aleksi! I’m talking about the PDF files generated by the workflow and the folders that generates AppSheet authomaticly in Google Drive.
I need to have thouse folders arrange in this order: Folder Year/ Folder Month and inside the folder Month the PDF’s files that belongs to that order.
@Aparicio_Pineyrua1 \ There is currently no way for you to control the PDF archive folder name through AppSheet. Sending Email from a Workflow Rule or Scheduled Report help.appsheet.com
@Aparicio_Pineyrua1 Not that I know of.
I played with this feature a little and one way is the option “Attachment Name”. If you type the formula like… <<CONCATENATE(YEAR(TODAY()),"/",MONTH(TODAY()),"/",[FileName])>> it will do the trick. I was suprised with this solution
@Aleksi, when I tried this, I got this error:
Expression ‘<<CONCATENATE(YEAR(TODAY()),"/",MONTH(TODAY()),"/",[FileName])>>’ could not be parsed due to exception: The given key was not present in the dictionary…
Wow, that’s great! I will try it out. Thanks a lot Aleksi! Translate
Do you have a column with the name “FileName”?
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |