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?
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:
Hello!
Could you please share the workflow?
Hi
You are probably looking for an expression like.
{{$('nodename').first(0,0).json.variablename}}
This discussion was automatically closed 90 days following the last response. New replies are no longer permitted.