Hi Tomer,
I see. I could guess somethig of this kind …
Actually, not being very familiar with coding, I yet did not try to figure out how to adjust the parameters. The objective is to sort a 2nd dropdown based on the selection of the 1st dropdown (so that only very few choice is left to the user on the second dropdown).
It sort of acts as a filter to the dataset. But I also have a table on the same page which is linked to the same dataset. With the getItems function, this table is left unchanged. With a setFilter function (which I now have since getItems was returning a bug), the table also is filtered (which I do not want).
You can see dropdowns and table + code in original message.
Thanks for your help