Creating a PDF - want to name is the subject entity plus the date and time that is was downloaded?

0
Good Afternoon,   I have pdf that we are naming the subject when it is downloaded. However we want to have it as the subject and then the date and time it was exported so that the name is unique. Is there a way of adding that on? If so how?       Thanks   Jess
asked
1 answers
0

Assuming you create the object at the moment of downloading you could try setting the name to $Minutes/Subject + formatDateTime([%CurrentDateTime%],'yyyy-MM-dd')+ formatDateTime([%CurrentDateTime%],'HH:mm:ss')

Which would give the PDF the name of the subject followed by the date and the time of the moment of creation.

answered