Hi Everyone,
I'm trying to Combining Dropdown(s) widget value(s) in Label so end user and do amendments and save it, however the ID is the value that shown not the Text . it should be sample but and need a hand please .
Hi SHady,
I don't understand what exactly you need to do.
But if you need to enable user to select more than one value from dropdown list, you will need to use multi selection dropdown list and you can find on Forge also.
You can check this component: https://www.outsystems.com/forge/component-overview/9239/multiple-selection-dropdown-reactandmob-o11
My component will help you to get selected text from dropdown list instead of getting selected value.
Much Appreciated Mostafa, thanks for sharing your component.
Hi,
For the attached OML, at the 'JobLabels' screen, and see if this is generally what you wanted.
Definitely can be re-refactor more, to make it cleaner.
Thank you.
Thanks much, that really helped me, I got the solution, updates BD with many-to-many relationship confused me.
Thanks again for you prompt response.
As there are no data, and not enough information, it's hard to understand what you want to do. When you said you want to show in the label, do you mean after user select on a job, the label will show 'Job - Developer'?
And from the part when you mentioned that it's showing ID instead of value, most likely you are pointing to the Job ID, not the Job Name
Hi Chan, Actually I'm looking to understand the dropdown widget better and to know how to use the attributes through the ID selected,
In the demo, the needs to get job and Level to be the new value of (Job level Title )
Ex, select Web Developer from the Job dropdown and select Expert from the level dropdown, so the Job Level title proposed will be " Web Developer Expert " and can be modified if needed then save it to the database.
with dropdown, I can only get the ID based on the selection.
Can you guide me on have i used other attributes based on that ID.