每当我尝试将数据推送到CRM时,都会发生LogicApp错误

时间:2020-07-29 19:55:29

标签: json azure azure-functions azure-cosmosdb azure-logic-apps

我的逻辑应用程序中的所有内容均显示正确:

从CosmosDB中提取数据,推送到CRM,然后将这些数据返回给CosmosDB。 但是,我不断收到此错误400。

这是我的代码:

从CosmosDB提取和解析数据 enter image description here

enter image description here

推入我希望进入CRM的CosmosDB中的数据

enter image description here

使用新替换的CRMid将数据返回到原始CosmosDB容器中 enter image description here

enter image description here

但是我仍然收到此错误:

  Body:
   {
        "_ems_leadpm_value": "test
        "_ems_leadpmforfeature_value": "",
        "_ems_productname_value": "",
        "_ownerid_value": "test",
        "ems_featurdescription": "test.",
        "ems_featurename": "test
        "ems_keywords": ""
  }

特定错误:400,位置8是什么意思?似乎该程序要我添加括号或逗号?但是应该在哪里添加呢?我仍在尝试对此进行研究,不确定。

    {
       "status": 400,
       "message": "')' or ',' expected at position 8 in '(test)'.",
       "error": {
       "message": "')' or ',' expected at position 8 in '(test)'."
     },
       "source": "test.crm.dynamics.com",
       "errors": [],
       "debugInfo": "clientRequestId: 1111111"
   }

任何建议或建议都会受到赞赏

0 个答案:

没有答案