Hi,
We are planning to implement an Alteryx APP, which can be executed from Gallery or triggered by Gallery API from our web application. Our workflow has 2 chained APP’s. Each app has it’s own interface. Bothe apps will do the below work.
- App 1 will have browse control as input tool. Once the user brose the file and click on run it will process the uploaded data file and generates the summary of the data, i.e. count of records and sum of the amounts etc.
- App 2 will have the interface to display the summary of 1st App and provides option to proceed for next steps. If user selects yes and click on run, then the workflow will do some validation on the data and provides output.
When we publish this app (Chained) in gallery it works without any issues. But when we try to execute this app using Gallery API, then we are getting exception that, input control is not supported, because the first app has browse control as input. And another issue is that, Gallery API will not support chained APPs
To solve this issue, is there any possibility that, we can publish multiple apps separately in Gallery and trigger one app from another with out using chained concept. If we can do this, then we can split the above mentioned 2 app’s into 3. Where the first app will be the same and second app will be splatted into 2, one is with summary interface and user response, another will perform validations on the data. Buy doing this, we can upload a file from our web application and provide the path to 3rd app using API’s and if the user want to run this workflow from Gallery then user can run the first app in the Gallery.
So, please let me know, if there is any option to run one APP from another APP in the Gallery, where both the apps are published separately.
Thank you,
Jithendra.