Would really appreciate some help.
I have built a flow which runs on a schedule.
When it runs, I have it renaming file on local server using:
@{concat(formatdatetime(addHours(utcNow(),10),'yyyyMMdd'),'_filename.zip')}
However, I want to use the modified date of the file(s) instead of the UTCNOW() function.
But, alas, my knowledge is lacking and I am unable to find the secret to doing this.
If anyone could give me a suggestion regarding how to do this, or even an example, it would be GREATLY appreciated.


Report
All responses (
Answers (