小编Ash*_*han的帖子

如何解决“类型无效。需要整数但得到数字”。用于 Power Automate 中的 JSON 有效负载?

我在使用Parse JSONPower Automate 流中的函数的示例 JSON 负载中遇到错误:

{
    "message": "Invalid type. Expected Integer but got Number.",
    "lineNumber": 0,
    "linePosition": 0,
    "path": "issues[0].fields.customfield_18478",
    "value": 1,
    "schemaId": "#/properties/issues/items/properties/fields/properties/customfield_18478",
    "errorType": "type",
    "childErrors": []
}
Run Code Online (Sandbox Code Playgroud)

以上是我在 JIRA 中遇到的自定义字段的示例错误。任何线索如何解决它?

api json power-automate

4
推荐指数
1
解决办法
2931
查看次数

标签 统计

api ×1

json ×1

power-automate ×1