Hi
I’m trying to create the date format CampaignResponses_20100111T095000.xls in a file name.
The way I am doing this is CampaignResponses_{GetSystemDate('YYYYMMDD')}T{GetSystemDate('HHNNSS')}.xls"
It throws up an error – can you not use more than 1 GetSystemDate in a file name?
Kind regards,
Andrew