I am trying to extract dynamically unique elements from a column in a dataset for passing it as elements in list box. I used the following workflow to do that:
The UI window is
The app works fine as long as the initial data is the same. As soon as I change the data, it has to first run though Run Work flow
Suppose if I give the app to a third party who have another dataset (with the same format), then it will not dynamically load if it is not first run with "Run Work flow". We can't expect all the clients to have the Alteryx workflow license. How do I make it more dynamic so that unique values populate to the UI even by running the "Run as Analytic App".
Attached is the workflow.