Look schedule with name with timestamp

Hi !
I'm trying to schedule a report to Azure Storage and i need to add to the file name to be with time stamp.
I did not found how to do it. is it possible? and if so, how ? 

0 1 153
1 REPLY 1

Hi Ruth, if you set up an SFTP or S3 schedule, the filename will contain a timestamp.

As per this Tips & Tricks Article, the filename will have the format scheduleName_timestamp_hash, where:

  • scheduleName is the name of your schedule
  • timestamp follows the pattern YYYY-MM-DDTHHMM (e.g. 2019-05-31T0933)
  • hash is a random 6-character identifier
Top Labels in this Space