I am having an issue with the new update regarding my Scheduling Agent. It triggers another workflow, but it is unable to pass the information I need to the workflow that handles the scheduling.
{
“nodes”: [
{
“parameters”: {
“name”: “make_call”,
“description”: “Utilize essa ferramenta para agendar visitas. A entrada deve ser separadas em várias strings exemplo:\n- nome\n- phone\n- email\n- startTime”,
“workflowId”: {
“__rl”: true,
“value”: “0yeDARN5nWwwvhQ2”,
“mode”: “list”,
“cachedResultName”: “cal_com_make_call_meeting”
},
“workflowInputs”: {
“mappingMode”: “defineBelow”,
“value”: {},
“matchingColumns”: ,
“schema”: [
{
“id”: “nome”,
“displayName”: “nome”,
“required”: false,
“defaultMatch”: false,
“display”: true,
“canBeUsedToMatch”: true,
“type”: “string”,
“removed”: false
},
{
“id”: “phone”,
“displayName”: “phone”,
“required”: false,
“defaultMatch”: false,
“display”: true,
“canBeUsedToMatch”: true,
“type”: “string”,
“removed”: false
},
{
“id”: “email”,
“displayName”: “email”,
“required”: false,
“defaultMatch”: false,
“display”: true,
“canBeUsedToMatch”: true,
“type”: “string”,
“removed”: false
},
{
“id”: “Consulta”,
“displayName”: “Consulta”,
“required”: false,
“defaultMatch”: false,
“display”: true,
“canBeUsedToMatch”: true,
“type”: “string”,
“removed”: true
},
{
“id”: “startTime”,
“displayName”: “startTime”,
“required”: false,
“defaultMatch”: false,
“display”: true,
“canBeUsedToMatch”: true,
“type”: “string”,
“removed”: false
}
],
“attemptToConvertTypes”: false,
“convertFieldsToString”: false
}
},
“type”: “@n8n/n8n-nodes-langchain.toolWorkflow”,
“typeVersion”: 2,
“position”: [
900,
720
],
“id”: “d832bfe5-7181-4f64-8e38-83421502849b”,
“name”: “make_call”
}
],
“connections”: {
“make_call”: {
“ai_tool”: [
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “15b55752098d80ddca07edb852ca6f24f2a550fc18ee79387276e87bf1bb256b”
}
}
Information on your n8n setup
- **n8n version:1.77.
- Database (default: Reddis):
- Running n8n via (Digital Ocean):
- **Operating system:Windows