
You have created an action with a parameter.
To pass an event parameter, you have to map it to an event handler parameter. This is done using IWDParameterMapping . You can map existing parameters like the index of the DropDownByIndex that contains the index of the selected item. You can also add a parameter to an event and transfer a constant value to the corresponding event handler. This case is described here.