Hi Alteryx Community.
I have two workflows, which can essentially be thought of as a user input mid-way through an app.
The app should initially run (this queries a database) then the output of said query should be provided to the user as an excel output. The user then adds some flags, before re-uploading back into the app, triggering the second workflow to do its thing and finish the app.
However, the chained apps do work together, but there is no excel output in the middle step when running on Gallery. It does work locally, just not on Gallery.
Why the inconsistency between Designer and Gallery?
I can of course split this between two apps, but would rather not as that adds complexity to the user experience.
Many thanks!