Exception:子程序(buttonAddition)返回中止。运行子程序(buttonForm)失败。解析表达式出错。 内部错误:Error reading JArray from JsonReader. Path '', line 0, position 0. 原始表达式: 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};(赋值)(运行子程序)