Handling selection from 10k+ parameters

lots to unpack here

  1. Could you show me how to create the list item. Here is the docu for that plugin
    Business Variable | Volkov Labs
  2. In order to use description, ID in the list and use the ID as parameter you will need to provide the list a query that fetches the data as follows
select description as __text, id as __value from Leuven

This way __text is visible to engineer but __value is hidden but available for use as a parameter.

OR

based on this previous post