I am attempting to create a workflow that will generate a list of folder names from a specified directory. This requires two inputs from the user.
First, A "Text Box" interface tool for the user to specify the directory. Second, a "List Box" selection from the list of folders generated by a Run Command.
I've figured out the whole workflow setup, except for the sequencing of questions that are dependent on one another. In this example, the list box is first dependent on the user answering the first question before populating options in the "List Box".
The problem I am having is that the list is being generated based on some default values in my saved workflow, instead of the new user specified directory. Even if I remove the default values, the sequencing does not appear to be automatically configured, so I am sure I am missing something. Hopefully this is possible.
This is feature I need to work in the gallery.
Has any one had any success with sequencing questions with dependencies on analytic apps?
I am fully aware I could brute force this with an intermediary yxdb file that is saved and then picked up again by another workflow. But that is just not practical. I could squeeze it into one workflow, but then I would be relying on some quick processing of the save file for it to pick up the right data. So, let's limit any solution to a single operable workflow with a configuration that clearly allows for sequencing the questions on the gallery.