Exception:子程序(buttonForm)返回中止。解析表达式出错。
内部错误:没有在类型“System.Collections.Generic.List`1[System.String]”和“Newtonsoft.Json.Linq.JToken”之间定义强制运算符。
原始表达式:
JArray jArray=JArray.Parse({operationData});
List<string> groups=new List<string>();
foreach(JObject job in jArray){
groups.Add(job["Title"].ToString());
}
_context.SetVarValue("groups",groups);
{Element}["groups"]=groups;
return {Element};(赋值)
已复制到剪贴板,请在Quicker面板的空白按钮上点右键粘贴。
已复制到剪贴板。