82
Views
5
Comments
Solved
How to retrieve list of records in dropdown tags based on anothe dropdown tags
Application Type
Reactive
Service Studio Version
11.54.6 (Build 62311)

I have  dropdown tags widget for Artist List and another for albums

When I select artists from the first dropdown, I want to display the albums of all selected Artists in the second dropdown tags widget

I can filter it for only one artist ( aggregate filter) but in my case it should show me list of albums for more than one artist

Could u please help me

Regards

DropdownTags.oml
2025-04-17 05-42-16
Ajit Kurane
Solution

Hello Tahani,

I have updated your oml. 

Please check it.

Thanks,

Ajit Kurane.

DropdownTags_Tahani.oml
2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello

For the use case I have created a Forge Component that will help you with the use case 

https://www.outsystems.com/forge/component-overview/14675/cascading-dropdown-tag-sample

Preview - https://personal-ejuytnht.outsystemscloud.com/DropdownTagSample/DropdownTagSample

I hope this helps

Thanks 

Tousif Khan

2025-04-17 05-42-16
Ajit Kurane
Solution

Hello Tahani,

I have updated your oml. 

Please check it.

Thanks,

Ajit Kurane.

DropdownTags_Tahani.oml
UserImage.jpg
Tahani Alabri

@Tousif Khan & @Ajit Kurane 

Thank you so much

It works but does not retrive the data if I open it again to edit

2023-10-21 19-42-11
Tousif Khan
Champion

You need to pass the List in a Selected property of a dropdown tag

You can refer to this if it helps

https://www.outsystems.com/forums/discussion/60746/how-to-show-a-preselect-tag-on-dropdown-tags/


UserImage.jpg
Tahani Alabri

Thank you

It works but still there is a strange issue

If I set ArtistId=26

It give me Albums with ArtistId= 2,6 and 26!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.