Applescript export and save commands not working
InDesign 2025 - Applescript export and save commands not working.
Tested on muliple mac OS versions
                4
                 votes
              
            
- 
      
StudioDude
    
 commented
    
  Excellent. Thanks Marco. That solved it for me.
 - 
      
marco
    
 commented
    
  in commands save open and export, colon separated file paths must be converted to slash separated posix path format
you have to change
save active document to colonSeparatedFilePath
with
save active document to POSIX path of colonSeparatedFilePath