Query JSON Result
JSON 変数またはテキストからパス(a.b[0])で値を抽出します。
API・HTTPHTTPQueryResult
概要
JSON 変数またはテキストからパス(a.b[0])で値を抽出します。
Extract a value from a JSON variable or text by path (a.b[0]).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| JSON source variable or text | string | 必須 | Variable name holding JSON, or raw JSON text. 例: {{{response}}} 変数に対応 | |
| Path | string | 必須 | 例: items[0].id | |
| Default if not found (optional) | string | 任意 | Returned instead of failing when the path is missing. 変数に対応 | |
| Store value in | variable | 必須 | 例: value |