How do you get last saved date of a file?

I am creating a robot that saves files based on deal number, file type, and last saved date. I have tried “io.file.GetLastWriteTime(FilePath).ToString” but this only gets the last modified date. This does not work for us since the modified date changes to the current date and time when you drag it from your email into the transfer file in our system. We want the last saved date in order to figure out if the file is the latest most up to date file, but we can’t seem to find any function or method to get the last saved date.

Hello @mattjh09 ,

There is an activity that can do this I believe. Just test it to see if it gets the correct information.

In my test I see this:
image

I hope it helps.

Vasile.

1 Like

Also, this thread might help, or give some ideas:

Vasile.