Is it possible to change folder archive for p...

Is it possible to change folder archive for pdf generate from workflow?

0 1 343
1 REPLY 1

@Mark_Pathfinder

You have a degree of control over the attachment folder name.

In the โ€œAttachment Nameโ€ property you can specify something like:

<<CONCATENATE(YEAR(NOW()), MONTH(NOW()), โ€œ/โ€)>>ChangeReport

This yields an โ€œAttachment Nameโ€ property like:

201812/ChangeReport

This will archive the PDF attachment to the folder:

<>/Attachments/201812/

with a file name like:

โ€œChangeReport20181227_104500_230โ€

Where the <> name is displayed in the Editor on the Info>Properties pane in the โ€œDefault app folderโ€ property.

In short, by including expressions and slashes in the โ€œAttachment Nameโ€ property you can archive the PDF file to different subfolders beneath the โ€œ<>/Attachmentsโ€ folder.

I have added this information under topic โ€œAttachment Archive Folderโ€ in

the following article https://app.intercom.io/a/apps/vwrsb6v2/articles/articles/961729/show?show_welcome_usecase_modal=fal...

Top Labels in this Space