205
Views
5
Comments
Saving data after selected from dropdown
Question

I have used a dropdown widget in form and i need to save the data which i have selected in dropdown?
But the data is not storing in database. I need some assistance.

2022-05-02 13-50-49
Paulo Ritto

Hi @Farhan Ameer can you give more details? either the .oml or some screenshots of your dropdown widget in the form and the save action logic.

This way i can help you further!


Cheers,

Paulo 

2023-08-28 07-00-10
Paulo Torres
Champion

If you share your code is much easier to help you as @Paulo Ritto  said

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

Hi Farhan,

Please find below demo oml file and check demo link as well.

Demo link:

CricketPlayers (personal-xyog61l7.outsystemscloud.com)

Hope it helps you.

and if you are using dropdown tags then I am attaching one more oml file for your reference.

Thanks,

Ajit Kurane.

Dropdwon_Save_Aj.oml
2025-04-17 05-42-16
Ajit Kurane

This one for dropdown tags you can check all the screens what is useful for your usecase.


DropDownCheckBox.oml
2022-12-09 04-50-17
Shubham Doshi

Hello Farhan,

You just have to pass the identifier of selected record which is stored in the variable associated to the dropdown while saving the record in database.

For more info about the widget, kindly visit the below documentation:

https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Controls/Dropdown

Also, there is one simple demonstration of dropdown in the video on below link:

https://www.youtube.com/watch?v=vyfckk9o1u4


Let me know if you need any more assistance.

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