I have some data that has a column which defines all the regions an event belongs to.
I want the user to select one or more regions from a drop down menu (analytical app) and that should give him an output that contains events only from the selected region(s)
I have attached the wf where I'm implementing the list box for this purpose.
The issue is, the final output reflects only the regions I've hardcoded into the wf as placeholder, not the dynamically entered regions from the analytical app dropdown.
Any insights into this are appreciated
Thanks!