Skip to content

Commit 665d714

Browse files
authored
Merge pull request #2873 from cparker4486/patch-1
Add instructions for dealing with generic JSON
2 parents 664ae86 + a9b159e commit 665d714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/connectors/connectors-native-query.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Here's how you can add it in a logic app:
4646
The action will output a new array that contains only results that met the filter requirements.
4747
6. Click the upper-left corner of the toolbar to save, and your logic app will both save and publish (activate).
4848

49+
\* If you're calling an HTTP endpoint, and receiving a JSON response, use the _Parse JSON_ action to parse the JSON response. Without taking this step, _Filter Array_ will see only Body and not understand the structure of the JSON payload.
50+
4951
## Query action
5052
Here are the details for the action that this connector supports. The connector has one possible action.
5153

0 commit comments

Comments
 (0)