I Want to Rename the Title I Decided on and the Date Today

I tried and failed to create a macro in the title, but it didn't work.

Can you tell me what's wrong?

I'm using a clipboard, but I don't want to leave a clipboard history. That's why.

Can you suggest me another way?

%Variable%%Text%%ICUDateTime%yyyy_MM_dd%

There is an extra % (the second/third one).

First, you should have a Variable token:

%Variable%Text%

Then you should have the ICUDateTime token:

%ICUDateTime%yyyy_MM_dd%

Also, you don’t want to use a Named Clipboard.

You either want:

Or simpler/better:

2 Likes

Hello.
I always see your article. It is very useful. Also thank you very much for giving me a very simple advice!!!!

1 Like