ISC Workflow: Error executing workflow via external trigger

Hi!
We are trying to run a workflow from the loop of another workflow.
However, we get the error:

“errorMessage”: “unable parse path ‘{\n "id":"71564838edb34c419e799580c87762d5"\n}’, must start with $”,
“payload”: null

Does anyone know if we are missing any settings?

Thanks in advance.
Best regards!

Hi @GilbertoOledo14 ,

Could you please share us the API that you are calling? Seems the issue is with the body.

1 Like

Hello @GilbertoOledo14

for request body , use “Enter Value” instead of “Chose Variable”

2 Likes

Hello to all.

Thank you for your answers.

In the end, I opened the workflow from VS Code and discovered that the JSON Body had some characters compared to another workflow that did work and also used an External Trigger.

Those characters were line breaks, “\” to escape the quotes, and in general the whole JSON Body was in quotes as if it was a string.

I modified that from VS Code and that solved the problem.

Thank you very much!

1 Like

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