I am running a workflow on several different machines, and multiple external hard drives. The data files are typically something like E:\Data\..., but could be C:\Data\... or other names, depending on which computer is used. I cannot change any of the drive designations, even temporarily. My workflow has about 30 distinct inputs. Is there a way to set a variable at the start of the workflow that is then used to set the path to the data in the rest of the workflow ? Right now I have to manually change the links to all 30 files when switching between machines.
Thanks