What is your goal?
I’m calling the Anthropic API via HTTP module (Parse Response: ON) in Make. The response returns:
json{
“data”: {
“content”: [
{“type”: “text”, “text”: “Claude’s response here”}
]
}
}
I added a Flow Control Iterator after the HTTP module with Array = 3.Data.content, followed by a Filter where 5.Value.type = text.
The Iterator runs but the Filter blocks everything (0 bundles pass). When I inspect the Iterator INPUT, it shows the Google Sheets columns instead of the content array items.
Question:
What is the correct way to configure the Iterator to loop over data.content from an Anthropic API response, and then extract the text field from the bundle where type = “text”?
Setup:
Make Core plan
HTTP module, Parse Response ON
Anthropic claude-sonnet-4-20250514
No web search tools (single text block response)
What is the problem & what have you tried?
I’m calling the Anthropic API via HTTP module (Parse Response: ON) in Make. The response returns:
json{
“data”: {
“content”: [
{“type”: “text”, “text”: “Claude’s response here”}
]
}
}
I added a Flow Control Iterator after the HTTP module with Array = 3.Data.content, followed by a Filter where 5.Value.type = text.
The Iterator runs but the Filter blocks everything (0 bundles pass). When I inspect the Iterator INPUT, it shows the Google Sheets columns instead of the content array items.
Question:
What is the correct way to configure the Iterator to loop over data.content from an Anthropic API response, and then extract the text field from the bundle where type = “text”?
Setup:
Make Core plan
HTTP module, Parse Response ON
Anthropic claude-sonnet-4-20250514
No web search tools (single text block response)
