Hi all,
I have built a chained app that works perfectly on the desktop. Here is what it does:
Part 1: Gets the list of scenario names from an external API data source, saves that list to a .yxdb file
Part 2: Has the user select one of the scenario names from a drop-down, genetas a .csv file with only the chosen scenario's value.
All my files are saved on the shared drive.
Now, when I try to put this on the gallery, it looks like the apps become unchained, and my drop-down does not include the latest data. What am I doing wrong?
I'd love to publish the workflow, unfortunately it only works with my API key, so can't do that. Thanks a lot!
Solved! Go to Solution.
Where is part 1 writing the .yxdb to so part 2 can read it? Can this be on a network drive? Are you only loading part 1 up to Server with part 2 as a workflow dependency?
Everything is written to the network drive, yes.
>Are you only loading part 1 up to Server with part 2 as a workflow dependency?
Yes.
@Jean-Balteryx I wonder if you could help with this one?
Okay, I was finally able to figure it out so I'll post the solution in case anyone else loses their sleep over the same problem.
1. Once the chained apps are uploaded to the server, make sure that the second one is referenced properly (with the full path). For some reason if you open the workflow from the gallery it switches to "/externals".
2. In the "manage workflow assets", all outputs have to be unchecked except the .yxwz file.
Under manage workflow assets, my .yxwz files are missing. Also if I am adding all files under assets, its taking the relative path of my network drive rather than full path.
Can someone explain in detail how to publish chained app in the gallery and data should flow smoothly from 1st app to 2nd app