No execution data available

Hi,

i don’t understand why when i add a json parameter in the whatsapp business cloud api this error comes up:

No execution data available

Also this error some times:

Some intermediate nodes between ‘Edit Fields ‘ and ‘WhatsApp Business Cloud ‘ have not executed yet.

everything is configured correctly and when i change the json for fixed data it works, it’s only when it has the json that this happens.

Any idea of how to fix this?

Thanks in advance.

Marc

Information on your n8n setup

  • **n8n version: 1.82.1 (Latest Stable)
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): whatsapp cloud trigger ( on messages ) and then set with a text and then whatsapp business cloud send message with the text from the SET fields json
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): I’m using n8n cloud
1 Like

Hey @Marc_Egido,

It’s a bug!
Check out this other topic:

They are already looking into it. Stay tuned to the release page in GitHub and update your version when they fix it:

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

1 Like

Thank you, i’ll wait for the new version! Hope it’s soon since i’m going counterclock

1 Like

Try to roll back to version 1.81.4 until they fix it.
Another user was able to make it work.

IF tou came here to get a workaround, i have solution for you.
Use Http Request block.

You can provode bearer trough header
name :Authorization
value:{{ "Bearer "+“Access Token” }}

then at params you must have

messaging_product:whatsapp
type:text
text: should be an expression :{{ {body:$json.output} }}
and to:phone nr

And voila its working :smiley:

Is it solved ? i have the same issue on my side

Hi,

it doesn’t work still it seems it’s taking a long time maybe because of the weekend

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