My current problem is the try / catch is not working as expected.
I expected the if the file already exists (error) then it would execute the catch which would add the random and timetag unique text and save ok. but it does not - I get the error:
File action failed because destination already exists…
Any Idea how to get this working so the file will save simply and add the unique text only if needed?
Also when I try to upload the macro it is grayed out and I cannot add it. How can I upload the km macro?
Are you trying to upload the macro directly to this forum? That may not be allowed. Try uploading it elsewhere and sharing a link. Once you get it uploaded I will take a look. You could also post on the KM forum, which does allow uploading macros
That’s interesting what the solution turned out to be on the Try/Catch action, because I read the help section on it earlier today when you posted, and I did notice this wording:
If any action in the Try sequence would abort the macro, the macro instead continues executing the Catch section…
So it is right there in black and white, but definitely not obvious. Good to know!