Hi
Currently, we have Macros embedded in a main workflow and we are using relative paths for all the Input files. However, the embedded macros are playing up because when a different user open up the main workflow the error message comes up saving that it could not find the folder to where the macros are saved because we all have different Onedrive folder that are synched to Sharepoint.
Does anyone know how to change the "WorkflowDirectory" section of the macro workflow to a relative path? For example when I save the macro the WorkflowDirectory is "C:Users\8511123\OneDrive - XX\AlteryxWorkflow\" but the problem is that 8511123 is my ID and my colleague's Onedrive is "C:Users\8511413\OneDrive - XX\AlteryxWorkflow\"
Is it possible to modify the WorkflowDirectory so that is is a relative path that is relative to the folder where the main workflow is saved in, for example: "..\..\AlteryxWorkflow\" ?