Hi ,
I have created two Macros (first iterative macro API called by second standard macro) then I am calling the second macro in my workflow. I would like to export these macro as package but don't want to export the output file and the output path in the package. These macros are based on incremental or full refresh. It checks the maximum date in the file and append the new records/overwrite if it is incremental/full refresh. So, I want to use the shared output file instead of local path on each machine.
The output file is in my network shared path (\\shared\data\output\Data.yxdb), but when i tried to import the workflow as package even excluding the output file , it changes the output file path in the macro to local package installation path (for eg: _externals\1\Data.yxdb). Ideally I want to share this package workflow with the team so that anyone in the team can call these macros to update the records in shared folder. Is there any way to change this output file in the package?
Appreciate your advise.


Thanks
Harinder