Hi community,
I'm using file browse interface as input for directory tool. All workflow dependencies as "All UNC".
Formula in action tool for directory tool : FileGetDir([#1])
However, directory tool is unable to get the actual file attributes (e.g. file timestamp) instead, it returns the timestamp when the workflow is run from the server.
This works perfectly in desktop app in which it actually returns the correct file timestamp, but not the case when run in server.
I don't want to use text box, as workflow has a lot of input (located in different folders/subfolders); and file browse is the most "user-friendly" approach.
It's also not possible to use "static" directory path, as input files are located in different folders/subfolders, and can potentially be of the same filenames (but different timestamps)
Is there a way to make file browse+directory tool work in server?

Thanks in advance!