There is a folder that has an input file that multiple users need to access. That file contains different activities and these are divided amongst the users. So the users open the input file, fill in some data manually then run the alteryx workflow on the server. The input file is updated then the activity is marked as complete by the user.
The issue is, multiple users cant have the excel file open at the same time as the workflow wouldn't run if that file is open anywhere.
One work around I thought was create copies of the masterfolder so that the users can fill the address of their copy in the alteryx analytical app, do their activity and when all the events are complete then alteryx merges the output from all their folders into one consolidated file.
Is there an easier alternative for this? If not then how can I combine the output files from different folders into the main folder?