158
Views
3
Comments
[Dropdown Tags Advanced (Custom entries)] How to work with DropdownWidgetId and CurrentList?
dropdown-tags-advanced
Reactive icon
Forge asset by Borislav Shumarov PhD
Application Type
Reactive

Hi all,


I have a question on how to utilize the built in input parameters (DropdownWidgetId and CurrentList) on a DropdownTagOnChange client action. 

My current scenario is that I would like to allow the Team Manager (Role) to select multiple members to be assigned into a group, I've an aggregate which filters users that have the Team Member (Role) to be displayed on a dropdown tag but I could not save multiple names into a MemberId attribute hence as suggested by someone on the forum I should change the attribute MemberId's data type to "User Identifier List", perform a ListClean and ListAppend on the client Action but I am sure how I could about from there as I changed the attribute to "User Identifier List" I could not press the 1 Click publish.


Could you advice how to work with attribute with a data type of "User Identifier List" on a structure and dropdown tag?


Thanks

LanceTime Q6.oml
2023-08-28 09-08-29
Venkatesh Sundarajan

Hi Pete,

Try mapping the "SelectedOptionList" Variable from Event to your "CurrentList" variable inside the client action. Now you might be having the values user selected and you can use that in your logic.

In Value parameter you will get "User.Id" of your member selected as per your oml.

Try debugging as well.

2025-09-25 14-38-22
Lokesh Kumar Yadav

Hi Pete,

You have to mapping the your current id in the entities and with your selected value and also put the refresh of the  entitites then it will work

2023-02-27 14-18-56
Jaya Kumar S

Hi Pete M, 

 I have attached the OML , let me know incase of your facing Problem.


Regards

Jaya Kumar S


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