LoginSignup
0
0

問題が発生しました。ページを最新の情報に更新するか、しばらく待ってからもう一度やり直してください

Last updated at Posted at 2024-04-17

Error: The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: entity.'.

コードビューの中身が新しく作ったフローとは微妙に違いました。そこで、一旦このトリガーを削除して再度追加してみます。

image.png

おお、腐ったエラーは出なくなったけど動かんことには変わりない。

何でだろうなぁ、1件しかデータはない。重複してないと思うけど

{
  "status": 400,
  "message": "リストの次のフィールドに重複する値が見つかったため、リスト アイテムを追加または更新できませんでした: [★センター商品コード] 。\r\nclientRequestId: bff2a3cf-5abf-480b-86a4-f902d407b5bb\r\nserviceRequestId: bff2a3cf-5abf-480b-86a4-f902d407b5bb"
}

The list item could not be added or updated because duplicate values were found in the following field(s) in the list: |0].

画面からも入力できない。意味が分からん。

image.png

不思議なことに新規に作ったフローは同じはずなのにマスターを参照してもいつも0件。

image.png

上がうまく取得できたもの、下ができないもの。違いが分からん

{
    "host": {
        "connectionReferenceName": "shared_sharepointonline",
        "operationId": "GetItems"
    },
    "parameters": {
        "dataset": "https://xxxxx/sites/portal",
        "table": "e7430603-df67-4045-a35c-3457ded0d708",
        "$filter": "Title eq 'HP0.9-3P​'"
    }
}

{
    "host": {
        "connectionReferenceName": "shared_sharepointonline",
        "operationId": "GetItems"
    },
    "parameters": {
        "dataset": "https://xxxxx/sites/portal",
        "table": "e7430603-df67-4045-a35c-3457ded0d708",
        "$filter": "Title eq 'HP0.9-3P'"
    }
}

結局何が違ってリストからアイテムを取得できなかったかは分かりません。消して再作成です。
本当、このツールで大規模な仕組みを作ったらえらい目にあいそうだ。信用できません。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0