Skip to main content
CherylGraham
Inspiring
September 20, 2022
Answered

Sharing an Action with a "Save As" step

  • September 20, 2022
  • 3 replies
  • 718 views

I've created an Action that basically flattens a PSD, resizes it, then saves as a JPEG. I want to share the Action with colleauges so they can batch process a folder full of files. The last step of the Action, however, saves the file to a folder on my Mac. So if someone else runs the Action on their computer, it will return an error.

 

Is there a way to edit the Action so it still saves as JPEG, but without the file path on my computer? So someone else can use Automate > Batch… and choose their own destintation folder?

This topic has been closed for replies.
Correct answer Jeff Arola

Yes the Override Action "Save As" Commands only affects the file location originally recorded in the action.

The actual settings for saving the jpeg are not changed.

3 replies

Stephen Marsh
Community Expert
Community Expert
September 20, 2022

Although not related to the Batch command, I thought that it was worth mentioning that the Save As step could be re-recorded on each computer if the Action was going to be used outside of Batching. The Action panel menu offers a "Record Again" command or one can just double-click on the Save step to do the same. Another option would be to delete the step and record it again from scratch.

Jeff Arola
Community Expert
Jeff ArolaCommunity ExpertCorrect answer
Community Expert
September 20, 2022

Yes the Override Action "Save As" Commands only affects the file location originally recorded in the action.

The actual settings for saving the jpeg are not changed.

Jeff Arola
Community Expert
Community Expert
September 20, 2022

In the File>Automate>Batch dialog, the user can simply check Override Action "Save As" Commands and specify their own location to save the files.

 

CherylGraham
Inspiring
September 20, 2022

Does overriding the Save As commands only override the destination folder? I still need it to save as JPEG with the settings I specified. Thanks