I would like to be able to populate a user parameter dropdown choice list from the results of a sql query and/or stored proc every time the workbench is run. As in, the dropdown choices need to always be able to reflect the database results every time. This seems unusually difficult to do.
I need the dropdown to always reflect whatever the latest values in the database are, every time the workbench is called.
Using Workbench 2021.2.1.0 (20211203 - Build 21797 - WIN64)
Any help is greatly appreciated.