I’m building an app that can save data from a Telegram bot. When someone writes to my bot, my bubble webhook gets data:
However, when I run a workflow to save some of that data, nothing is saved:
The data entry is created, but none of the data is saved in the specific fields.
Second WF (send test email) is triggered correctly.
This is how the webhook is setup:
Any ideas gang?