USE CASE: Enabling filtering of selectable values in a single selection field based on the selection of a single selection field (above in the same form).
I am keen to explore (within 1 form) selecting from a list of values, where the selection from that list, then enables a filtered list in the next list of values. ie. From a Physical Data Dictionary, we select a table, and in the next field, only columns within that table are shown for selection. We can do this easily across multiple screens, but I would like to do it dynamically in a single form. I have explored with sub forms, and tried to search for flowable examples where this approach exists, but have failed to find appropriate content. Using multiple forms, the filtering would be done via java API scripts into map lists for a single select.