Skip to main content
Known Participant
April 24, 2020
Question

How to execute UNDO in an action?

  • April 24, 2020
  • 1 reply
  • 941 views

Hi All,

 

I have created an action that applies different transformations to an image and saves the different transformed images. In the action, after saving each transformed image I have inserted UNDO using "Insert Menu Item...". Unfortunately, when I execute the action I get the error message "The command Undo is not currently available". How can I execute UNDO in an action? 

 

Regards,

Simone

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
April 24, 2020

Record backing up one history state.

You would need to backup more than one history state. And  Undoing the saved will not delete the save that was done.  You can not undo a save. You need to back to before any transform or modification you made like adding adjustments etc.  Perhaps to Open or a snapshot you make. You need to a keep history state you can back up to.

JJMack
crocisAuthor
Known Participant
April 24, 2020

Thank you for your answer!