How to address output files for chained apps using a server as a bridge
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone,
we have a server and our files is located in public part of the server where our ALteryx galléry has access to and can read the files from there.
How to address the output from first app in the seconed app?(How to do a output in 1st and in 2nd app how to get it as input)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @MostafaBouzari,
The only way to do it would be to give it a specific name, for example:
Input-> App1 -> Output1
Output1 -> App2 -> Output2
Etc.
Using temp files is not an option since they are two separate files.
If you have ultiple users running the same app and don't want them to interfere with each other then I would recommend you using the textbox with the parameter __cloud:UserId which would return you the name of each user:
You could then append it to the output and have it checked again for the input.
Regards
