19
Views
6
Comments
[Multi Select (Dropdown Multi Selector)] OML regarding the demo page of Multi Select
Application Type
Reactive
Service Studio Version
11.55.8 (Build 63965)

Hello, I am trying to use this component for one of my application, but having difficulties due to the lack of resources. I am trying to figure out how to use this component and I found the demo page, but is it possible to obtain the oml file to that demo page? I have been using outsystems for over two years, but just recently i switched to reactive web and I'm still on my learning curve.

If anyone got any guide to use this component, I'd like to know more.

Thanks a lot.

2026-02-26 06-29-24
Rahul
 
MVP

@Theodorus Alvin ,
In this component you can see asset demo which hold OML as well, download it and open in Service studio.

2024-07-09 07-02-02
Mukul Singh Nathawat

Hi Theodorus Alvin,

Wish you a good day.

Why are you using a different component for multiselect dropdown, when outsystems 11 already have one that works perfectly fine. you will also get documentation on how to use it in outsystems docs.

you should try to make your app less dependent on unsupported forge assets because it might create issues for your app in future.

Hope this helps,

Mukul Singh Nathawat

2025-12-03 17-22-41
Lavanya Kamalaguru

Hi @Theodorus Alvin,

Open your OutSystems Service Studio and log in to your environment. In the top-right corner of Service Studio, you will find the "Forge" tab. Click on it to access the OutSystems Forge. In the Forge tab, search to find the component you want to install. You can filter by category or simply type the name of the component. Once you find the desired component, click on it to view its details, including descriptions, versions, and dependencies. On the component's page, you’ll see an option to install it. Click on the Install button to add the component to your application. 


UserImage.jpg
Anjana Devi Baskar

Hi Theodorus Alvin ,

To utilize this Forge component. First, install both the component and its corresponding demo application in your environment. If you need to check demo app here some things to do: After installation, you may encounter missing dependency errors in demo app. To resolve this, open the demo application and refresh the dependencies(forge component block). Then you can examine how the component is implemented in that screen(demo app).

This component properties similarly to the default dropdown select in OutSystems. You need to define the source,data identifier (to hold the id of the selected data) and specify the text value to be displayed as the dropdown value.then once you publish you can able to check in browser as it mentioned it will help you to do multiselect. I hope this information provides clarity on the component’s usage.

Thanks,

Anjana Devi J B

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