Hi,
I have requirement to pull the Optionset value(number) selected on Contact field to Custom Workflow code. I tried the below code to take the input field but it shows me all the optionset values while setting the input. I want to take the value whatever is selected on the Contact field when workflow is triggered.
[RequiredArgument]
[AttributeTarget("contact", "language")] //Pass Language
[Input("Language Id")]
public InArgument<OptionSetValue> LanguageIdIn { get; set; }
*This post is locked for comments