0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

JSONの解析アクションで「行 '0'、列 '0' のアクション 'JSON_の解析' 入力でテンプレート言語式を処理できません: 'Required property 'content' expects a value but got null. Path ''.'。」がでたとき

Posted at

Power Automateで手動実行のワークフローを作成し実行したところJSONの解析のアクションでタイトルのようなエラーがでました。

よくあるJSON解析アクションにあるサンプルコード生成に適用したサンプルがよくなかったのかな、とデータ形式にnullを追加しましたが解消しません。

待てよ、とJSON解析の1つ前のアクションの出力を確認するとOutputがnullでした。。

ここでは1つ前のアクションは「複数の項目を取得」アクションでフィルタークエリの列名を取り違えていたのが原因で1件もデータを取得できなかったことが原因でタイトルのエラーが発生していました。

お粗末なミスでありましたとさ。。🍵

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?