Hi, I downloaded Time/Date tags action
It’s worked fine in two days, but later when I run action, tags disappears. I tried reinstall action, but no changes.
Maybe someone knows how to fix this bug?
Hi, I downloaded Time/Date tags action
It’s worked fine in two days, but later when I run action, tags disappears. I tried reinstall action, but no changes.
Maybe someone knows how to fix this bug?
Just eyeballing the script in that action, it is not quite complete. Changes to a draft made it script are not permanently saved unless the update()
function is called on the draft.
Add this line to very end of the script:
draft.update();
(//cc @kjaymiller)