lots to unpack here
- Could you show me how to create the list item. Here is the docu for that plugin
Business Variable | Volkov Labs - 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