Hi everyone,
I am trying to solve an issue regarding file path inputs/outputs.
My team and I are using a cloud based solution to save our local files.
Each of us sync the shared cloud folder to our computer.
It creates a file path on our computers which saves files locally and then syncs them with the cloud.
However we all have a different file path on our computers as it contains our personal ID : EG mine : zx274498
C:\Users\zx274498\Company\Data - Documents
If I use the folder as an entry for a csv file for example or to output a new file it works fine.
However if one of my teammates tries to run the workflow the file path won't be found as it contains my unique ID instead of theirs.
I was wondering if anyone would have a solution for that ?
TL;DR Trying to dynamically change personal id in file path for multiple people to be able to run workflows.
Thank you in advance