Write system clipboard to file?

I would like to be able to write the latest image in the system clipboard to a file. I get an "action failed" notification with what I have below. Is it not possible to include a variable in the file name?

Check the Engine.log file (Help ➤ Open Logs Folder) to see the full error, but one possibility is that your number date format or long time format probably between them include both a colon and a slash, one of which is always illegal in a file name.

I suggest for file names you use something closer to ISO 8601 for file names, something like:

%ICUDateTime%yyyy-MM-dd-HH-mm-ss%
2 Likes

Thank you! The ISO 8601 format works.

1 Like