Function [native code, arity=0] while trying to pass current variable into PowerShell activity
I'm trying to pass a select box variable from a catalog item into a PowerShell activity but it's coming out as this: function size() { [native code, arity=0]} Google says this usually happens when you forget the () after a method call except I don...