Hi all,
After reading through several threads, it seems like many people are struggling with the problem of displaying the output results of a mid application on gallery. Is this is even possible? if not then what would be the workaround?
Here is how I would do it:Create APP1 with output YXDB1.
Create APP2 with a Select tool connected to YXDB1 from APP1.
Connect the Select Tool to a List Box tool. Connect the List Box Tool to an Action Tool, and connect the action tool BACK to the select tool. For the Action Tool choose mode "Update Select with multi-select ListBox", and make sure in the select tool itself the "Unknown" field is checkmarked.
Chain APP2 to APP1. When you send APP1 to the Gallery, make sure to send YXDB1 with it as an asset.
I can usually accomplish what I want by making or using the output of app #1 in app #2. What is the use case? What do you need to display to the user at the end of app #1, that couldn't be displayed at the beginning of app #2?
Hi @mbarone . Thank you for replying. The use case is that user has to get a preview of the data before giving any arguments to the interaction tools. Displying results at the beginning of the 2nd app would also serve the purpose if user sees the data preview before interacting with the app 2. But how to show results of the app 1 in the beginning of the app 2? How do you do that?