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.
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
If you share your code is much easier to help you as @Paulo Ritto said
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.
This one for dropdown tags you can check all the screens what is useful for your usecase.
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.