Hi,
I want to get all matching models based on my selected device combobox. Both are choices columns in the "ModelLib" sharepoint:
| Title | Device (Data Type: Choice) | Models (Data Type: Choice) |
| 1 | Laptop_1 | Flex |
| 2 | Laptop_1 | Hyper |
| 3 | Laptop_2 | Yolo |
Use case:
When I select Laptop_1 in my drp_device combobox,
I want to display the suitable models in the drp_model combobox.
I would only get Flex and Hyper in the models combobox to choose, when I have selected "Laptop_1" in the previous combobox.
My current attempt is:
AddColumns(Choices(ModelLib.Modellseries_Modell);"option"; Text(Value))I have issuse regarding showing the output as value in the models combobox.
Any help is appreciated.
Thanks

Report
All responses (
Answers (