Hi All,
I've encountered a problem when two people are trying to use the same workflow but at different occasions.
I am currently using a designer alteryx license and have designed a workflow that requires to run automatically. I have asked my colleague who has a scheduler license to set the workflow on a schedule.
The workflow is inputting and outputting data from a Sharepoint location which we individually require access to in order to run the workflow. The issue we're having is the Sharepoint address contains each one of our credentials.
For example:
The address I require to run the workflow is - C:\Users\Tom\Corporation\Analytics\workflow.csv
The address my colleague uses is - C:\Users\Jonny\Corporation\Analytics\workflow.csv
If Jonny's file path was used to run the workflow last, and I make any changes and require to also run the workflow, I must change all the input/output's to use my Sharepoint address as my alteryx login can't access the Jonny's Sharepoint address.
A work around I'm using is to have two sets of each input/output and placing them within separate containers. The first container is using my sharepoint file path and the second container is using Jonny's.
If I want to run the workflow I disable Jonny's container and vise versa.
This is not a great solution so would anyone have any idea how we can get around this? Ideally I want a dynamic file path which we can both access.
Thanks,
Tom