I am trying to pass multiple id in a list as the input parameter in custom workflow, how can we set the input parameter type, it looks like I can not define the list type for the inargument?
public InArgument<List> fromuser { get; set; }
*This post is locked for comments
I have the same question (0)