Hi
I have a Custom Action and a plugin to support it. The action has a output parameter of Boolean type with "false" as its default value. In plugin code, based on a condition I change its value as below:
context.OutputParameters["HasError"] = true;
But whenever I call the action, it always return "false".
Would you help me ?
*This post is locked for comments