Good afternoon.
The task is as follows:
There is an array of json data, it needs to be transmitted unchanged in a text message to telegram. In the telegram, the user responds with the message “YES” and this array should get into the telegram trigger node with the same json array.
But when executing the node, the characters ] are lost and, accordingly, it is impossible to process the data as a json array.
Why is this happening and how to make sure that the data is transmitted unchanged.
We need such a scheme:
json → telegram → user response → telegram → json
Information on your n8n setup
- **n8n version: 1.70.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- **Operating system: Ubuntu 22.04