I have 2 dropdown widgets one is dropdown, and another is dropdown tag. They both have same source list. I have to make relationship between them like on selecting dropdown value, the same value automatic selected in dropdown tag. let Authentication is selected, then that authentication tag also comes in dropdown tag. Please give some idea on it, how to proceed, Thank you in advance.
I checked your application. Your description is not completely clear to me, but let me explain you what I understand.
You have a project dropdown.
On Project selection, you get the task list.
On Task selection you want to select the same task in the dropdown tag? I believe this is your problem.
If yes, the here is the suggestion.
In Dropdown tag, you will find a property "StartingSelection"
you can set a list variable in this property ( Data type: DropdownOption List, if you provide list which has other data type, you will get a mapping option to map the value appropriately )
If the DropdownOption list's options will be present in your source list (OptionList) it will automatically get selected.
in your case.
Hope this will help
Hi @Samit Sahoo
I have attached oml please check
Best
Arun
Thank you very much, Its working properly.
Addition to the above solution
Please have a look to this
https://personal-gwmkse7u.outsystemscloud.com/Exercise/DropdownTag?_ts=638289897653367478
and attaching the OML, you check the implementation
Hi @Samit
You need to assign drop-down value in drop-down tag list at onchange event of drop down
Hope it helps you
Hello @Samit Sahoo
Here you have to append the selected item from dropdown to the Selected Item List of dropdown tag on the OnChange of dropdown.
Do share your oml if you find any difficulty doing that.
Thanks
Anees