Hi! We have a chained app that uses an intermediate file to populate a dropdown menu dynamically based on the user running the app. I couldn't figure out a way to have the UserID update a file name inside the Dropdown action tool (so we could create unique intermediate files) so right now we're having to use generically named intermediate files from app 1 to app 2. This is fine - unless two users happen to run the chained app at the same time! This could cause the intermediate file from one user to load into the second app of the other user.
I wanted to know 1) is this actually possible with Alteryx Server (will it allow a chained app to be run by more than one user at the same time) and 2) if it is possible, any suggestions on how to manage that?
Thanks!