Schedule Agent

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

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Please update your n8n version to 1.80.5
This is a known bug that had already been fixed.

If my reply answers your question, please remember to mark it as a solution.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.