Hello everyone, l’m a new user of this platform and I need your help.
I want to set up the following structure:
I send a message with text and attach 5 files to it, then send it to my private Telegram bot. The files should be uploaded to Google Drive, and the text should be saved in a Google Document.
The structure seems clear, but I’m stuck at the first step. I’m using “Watch Updates” as the first module, but it only captures the first message.
Telegram actually splits my single message (with text and 5 attached files) into 5 separate messages. As a result, “Watch Updates” triggers only once and processes just one of them.
My question is: how can I make this work?