I want to edit message in telegram with node:
But If message id is wrong telegram will throw 400 error - Bad Request: message to edit not found.
I create error workflow for it. I save execution data in error workflow but there no message id, only my code from node setup:
={{ $json.properties.tg_id.number }}
In my main workflow this code executes correct:
So I cant properly manage this error in my error workflow because I don’t have message id for it.
I use n8n.cloud
I think it’s bug.

