Re: PutFile set Last Modified Time without file.creationTime

2020-07-02 Thread Andy LoPresto
To fix the date formatting specific error, you are correct that you need to use the Expression Language functions toDate() [1] and format() [2] to convert to/from plain strings to date objects. You are currently concatenating the two date values (the year-month-day segment and the hour:minute:se

PutFile set Last Modified Time without file.creationTime

2020-07-02 Thread Valentina Ivanova
Hello! I need to set Last Modified Time in PutFile however I cannot use file.creationTime as it is retrieved from either ListFile or GetFile. I am retrieving files from a folder in the middle of my flow using FetchFile and passing the absolute path to the files (as ListFile and GetFile have no