Lets use an example to make it easier to understand
I have a list in hubdb. Each item in that list has a property called type which is then selected from the select list. Lets say it can be “Type A”, “Type B” and “Type C”. These are then intended to be filtered based on the type in a custom module I’ve created. I could create three buttons that will sort this with hardcoded type values.
The problem comes when this exact module are to be used with items in another list that has the types “Type D”, “Type E” and “Type F”.
How can i retrieve all possible options from this select?