Skip to content
Workflow not detect...
 
Notifications
Clear all

Workflow not detecting 'Set' > 'Content' value

7 Posts
3 Users
0 Reactions
50 Views
watanabei
(@watanabei)
Posts: 3
Active Member
Topic starter
 

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.
 
Posted : 18/11/2022 9:46 am
Jon
 Jon
(@jon)
Posts: 96
Trusted Member
 

Hey,

Welcome to the community

:tada:

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"]}}.

 
Posted : 18/11/2022 10:15 am
watanabei
(@watanabei)
Posts: 3
Active Member
Topic starter
 

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.

 
Posted : 18/11/2022 10:20 am
Jon
 Jon
(@jon)
Posts: 96
Trusted Member
 

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.

 
Posted : 18/11/2022 10:23 am
watanabei
(@watanabei)
Posts: 3
Active Member
Topic starter
 

The setup is now functional. The ID and Hashtag are successfully being pushed to Airtable, but the Content field is still not working.

Does anyone have any insights into why this might be happening?

Here's a screenshot:

 
Posted : 18/11/2022 10:31 am
Jon
 Jon
(@jon)
Posts: 96
Trusted Member
 

I don't see anything that should be preventing it from functioning. What data type is configured for the Content field in Airtable?

 
Posted : 18/11/2022 10:44 am
system
(@system)
Posts: 332
Reputable Member
 

This thread was automatically closed 90 days following the last response. New replies are no longer permitted.

 
Posted : 16/02/2023 10:45 am
Share: