I am very new in the OutSystems , I wanna implement functionality where change in Dropdown 1st will change values in Dropdown 2nd. Help me in this.
Hello @Nica
You have to use onChange Event of dropdown 1st and add some filters in 2d dropdown source aggregate. Please find attached .OML file for complete implementation.
Hope it will help you !
Regards,
Anuli.
Hi,
For this you can use the onChange Event of dropdown 1st. So when there is any change in dropdown 1st, its onChange event will be trigger. In this you can update the source list of second dropdown according to your business logic.
regards