Member since
05-10-2017
1
Post
0
Kudos Received
0
Solutions
05-10-2017
12:09 PM
Hi Matt, I'm trying to do the same flow, but I need to get the newest file from an FTP server. I tried to set the time to 600000ms but the flow did not work. ${file.lastModifiedTime
:toDate("yyyy-MM-dd'T'HH:mm:ssZ")
:toNumber()
:ge(${now():minus(21600000)})
} How can I get the newest file? Thanks in advance, Thais , Hi Matt! I'm trying to do the same flow, but I need to get the newest file from an FTP. Ho can I do that? I tried to use 600000 (1 minute) but it did not work. ${file.lastModifiedTime
:toDate("yyyy-MM-dd'T'HH:mm:ssZ")
:toNumber()
:ge(${now():minus(6000000)})
} Can you help?
... View more