Hi,
I have an array type param, where one column has a set of discreet values. How can I fetch those values and present them in a Grid or Dropdown component in a Low Code App?
I want to present the values to the users, for them to be able to select/change the option.
Hello Stefan,
If I understand you requirement correctly, you should be able to present your column data in few steps:
1. Create a GQI query to read your table (here you have two options, depends how do you prefer to target your element)

2. Select column that you want for your discrete values (make sure to select only the column that contains the discrete values you want to display)
3. Add dropdown component to the LCA and feed your query to the component. It should give you the dropdown for values from column.
Hi Andi,
the param currently only has one row, with a dropdown to select from multiple options.
Using these queries I only get the currently selected option, not all of them.