So I have made my first analytic app and am having trouble updating the field values in a list box question.
Basically, I am bringing in data inputs, and through joins, selects, and more, I am creating a list to carry forward in a list box question to users.
If I just double click the app icon on my desktop, the interface comes up, but the fields in the list boxes are not updated.
The only way I can get the listed values to update is by opening the app in interface designer and running it as a workflow first. Then, and only then, will the fields update to reflect changes in the source files.
Any thoughts on how to get the fields to update automatically when just running as an app?
Solved! Go to Solution.
Hi @rbrown002,
It sounds like you need to set your process up as a "Chained App". The first app would be used to generate a file that can be used by the second app to generate your list box. Without more information to what changes after "inputs, and through joins, selects, and more", it's difficult to recommend a solution.
Keep in mind that the interface questions can only use information/metadata that is stored within the workflows configurations or generated when the workflow is initialized before execution.
If you're able to share your workflow/app with some sample data to run through it, or even some screen caps, this would help and take away some of the guess work with finding your solution.
Hope this helps!
Jimmy