What is your goal?
How to extract text from Anthropic Claude module output to use in HTTP JSON body
What is the problem & what have you tried?
The final HTTP module cannot correctly map the output variable from the Anthropic Claude — Create a Prompt module into the JSON body.
Errors Received
Attempt 1 — using 8.Content directly in the JSON body:
DataError: Function ‘replace’ finished with error! ‘{array}’ is not string or number.
Attempt 2 — using first(8.Content).text:
DataError: Function ‘first’ finished with error! ‘8.Content’ is not a valid array.
Questions for the Community
What is the correct output variable from the “Anthropic Claude — Create a Prompt” module to retrieve the response text?
Would “Simple Text Prompt” be a better choice for this use case instead of “Create a Prompt”?
How do we correctly insert that variable into a JSON string body without breaking the JSON format?
Additional Context
The WhatsApp API call itself works correctly — the URL, token and headers are all properly configured.
The Tools module successfully aggregates all Google Sheets rows into a single variable texto_resumen.
The Anthropic Claude module executes without errors — the issue is only in reading its output.
Ready to post, Jorge.
como lo lleno?10:23 PMLlénalo así:
Título (brief sentence):
How to extract text from Anthropic Claude “Create a Prompt” output variable
Category: Questions (ya está seleccionado con “error”)
Tags: anthropic, http, json
Cuerpo del mensaje — pega el informe que generamos en inglés.
¿Quieres que te lo reformatee para pegarlo directamente en ese editor? ![]()







