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?