Describe the issue/error/question
My callin.io workflow is having trouble recognizing the value set in the "Set" node under the "Content" field.
What is the error message (if any)?
The error message displayed is simply [not found]
.
Please share the workflow
Share the output returned by the last node
The output correctly populates the ID and Hashtag columns, but the Content column remains empty.
Information on your n8n setup
- callin.io version: Latest, downloaded today.
- Database you’re using (default: SQLite):
- Running callin.io with the execution process [own(default), main]:
- Running callin.io via [Docker, npm, callin.io, desktop app]: Desktop app.
Hey,
Welcome to the community
When you mention it's unable to detect the set > content value, what exactly do you mean? Looking at the flow, you're using the node name HTTP Request1
, but the HTTP Request node is actually named HTTP Request
. This might be the issue. Another possibility, since the Set node comes after the request node, is to simply use {{$json["choices"][0]["text"]}}
.
I was following this guide to set up the integration.
The OpenAI API is functioning correctly, and the generated text is visible in the JSON output. However, the Set node is not recognizing the "text" field.
Here is a screenshot of my configuration in the Set node.
Hi,
The HTTP Request node isn't named HTTP Request1
in your workflow. You'll need to adjust the name or try using {{$json["choices"][0]["text"]}}
instead.
I don't see anything that should be preventing it from functioning. What data type is configured for the Content field in Airtable?
This thread was automatically closed 90 days following the last response. New replies are no longer permitted.