Skip to content
How to use variable...
 
Notifications
Clear all

How to use variables after a true/false split?

5 Posts
5 Users
0 Reactions
6 Views
Bryce_Claudin
(@bryce_claudin)
Posts: 3
Active Member
Topic starter
 

Hello. This is a workflow designed to manage the conclusion of an AI-powered phone call. The objective is to parse the call transcript to extract caller details from the conversation.

In this specific segment of the workflow, the aim is to verify if the transcript is available. If it IS AVAILABLE, the information will be parsed and variables will be populated with this parsed data. Conversely, if it is NOT AVAILABLE, the variables should be set to empty values.

However, this approach presents a challenge: to utilize the variables, one must select one of the update variable nodes as the input. What are the possible solutions to address this situation?

 
Posted : 23/06/2024 6:54 pm
n8n
 n8n
(@n8n)
Posts: 97
Trusted Member
 

It appears your topic is missing some crucial details. Could you please provide the following information, if relevant?

  • callin.io version:
  • Database (default: SQLite):
  • callin.io EXECUTIONS_PROCESS setting (default: own, main):
  • Running callin.io via (Docker, npm, callin.io cloud, desktop app):
  • Operating system:
 
Posted : 23/06/2024 6:54 pm
barn4k
(@barn4k)
Posts: 6
Active Member
 

Hello!

Could you please share the workflow?

 
Posted : 25/06/2024 9:01 am
BramKn
(@bramkn)
Posts: 19
Active Member
 

Hi

You are probably looking for an expression like.

{{$('nodename').first(0,0).json.variablename}}
 
Posted : 25/06/2024 11:33 am
system
(@system)
Posts: 332
Reputable Member
 

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

 
Posted : 23/09/2024 11:34 am
Share: