Hi guys, I'm somehow not able to make my value selection quick form (labs) on the web portal show only the filtered values at that stage in the workflow. It's showing all the values that would have appeared if it were at the start of the workflow.
I've 4 nodes at my top level workflow.
PostgreSQL Connector -> Database Reader -> SubNode 1 -> SubNode 2.
SubNode 1 comprises of
Input -> Distinct Values -> Value Selection (labs) -> flow variable to Row Filter -> Output
Input -> Row Filter -> Output
Essentially SubNode 1 selects all distinct values in a column, and sends it to Value Selection so the user can pick from a dropdown which value he wants. That value is (should) then be passed to the Row Filter so that all transactions are then filtered by that category value before being passed to the subnode output.
SubNode 2 comprises of the same workflow as SubNode 1, except it's now doing a selection filter on another column on the subset of data received from SubNode 1.
The problem is, when i run my workflow on the server, SubNode 1's selection is fine, but when it reaches SubNode 2's quickform dropdown, the values in that dropdown aren't just from the subset of data from SubNode 1, but rather, from the entire data set.
Am i doing something wrong?