Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

In Photoshop 2024, why action save location always defaults to the previous folder?

New Here ,
Aug 15, 2025 Aug 15, 2025

In Photoshop 2024, I'm experiencing an issue with the "Save As" location in Actions. When I double-click the save step in the Action to change the folder to the current location, it still defaults to the previous folder I used earlier. I’m unable to update or change the save location by double-clicking the step.

Please take a look at the attached video and help me resolve this issue: https://drive.google.com/file/d/1ZrFse_HUDyViQmOezMKIpq1wfgq5ZWhc/view?usp=sharing  

TOPICS
Actions and scripting , Windows
215
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Explorer ,
Aug 15, 2025 Aug 15, 2025

I'm unable to replicate the issue on my end. The "Save" step (recorded from "Save As" menu item) updates its properties when double-clicking. It then opens the same location for saving when running the action.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 18, 2025 Aug 18, 2025

Thank you for your asistant:)
Actually, it's little bit time consuming to detect diffrent diffrent folder evertime, we have to work on lots of folder in a day to make action. Before Photoshop 2024 it was availble to show exact same location which files are right now open in Photoshop by double click on action save location

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 18, 2025 Aug 18, 2025

If you need to save to a location relative to the currently active file’s location you might be better off automating that with a Script instead of using Actions. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 18, 2025 Aug 18, 2025

If you just record "Save" in the action, it will go back to the original location (and overwrite if it's the same file format).

 

If you record a "Save As", the absolute path will be recorded, and running the action will always save here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 19, 2025 Aug 19, 2025
LATEST

I'm going to echo @c.pfaffenbichler, it sounds like using a script is what you want. A simple save script could be inserted as a menu item step in your action if placed in the File > Scripts menu location. Then you won't have to replicate the rest of your action in the script.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines