Quick draft with date and time as title

Please can someone show me how to add the current date and time as the title of a draft when it is created with this action.

I managed to figure something out and it’s working now. Thanks

//added this to the top and then placed the var where i needed it

let d = draft.processTemplate("[[date|%Y-%m%d-%a %H:%M]]\n");

1 Like