Dear community,
With the file and folder attributes action, I got the lastModifiedDate of 3 subfolders within a folder.
These values are now in a variable/dict with format YYYY-MM-DD exact time (example: 2023-04-10T10:00:12.678134Z).
I now want to access the last modified subfolder.
I would do that by comparing the 3 time stamps and then accessing the one with the latest modified date. I look for something like the Python max()-Function in Automation Anywere.