Id
Label
Group
IsSelected
ShowGroupHeader
IsGroupHeaderSelected
3.Populate this list before passing it to the dropdown block.
4.Set the Input Parameter by passing the list to the block’s Items input parameter.
5.To handle the output
Use the OnSelectionChanged event to respond when a selection is made or changed.
OnSelectionChanged
Use the SelectedItems output parameter to get the list of selected item IDs (Text List).
SelectedItems
Text List