ZamJAM
01/02/2025, 12:28 PMjson
{
"order_number": "{{ask_order_number.output.order_number | default: -1 }}"
}
Then the first time is called we receive on the server this exact block, without any replacements.
The second time we receive:
json
{
"order_number": "8888"
}
Although the real value was set before the first call, as a previous conversation block did replaced the exact template correctly.
I've seen other people complain about the same issue, so I hope that this post clarifies a bit of what might be the problem.
Please don't hesitate to ask me anything about it, I will try my best to point out the exact problem.
Best regards,
AntonioVapi
01/02/2025, 12:30 PMVapi
01/02/2025, 12:30 PMZamJAM
01/02/2025, 12:49 PMVapi
01/02/2025, 12:49 PMZamJAM
01/02/2025, 12:50 PMVapi
01/02/2025, 12:50 PM