Hello Make Community,
I’m trying to set up a scenario where I receive messages from a Telegram group and parse specific details (like Creator Name, Amount, Asset Type, and Transaction Type) using multiple Text Parser (Match Pattern Advanced) modules. Each parser extracts a different piece of data, and I want to aggregate these outputs to add a single row in Google Sheets.
Here’s what I’ve done so far:
- Telegram Bot (Watch Updates) sends the message to a Router.
- The Router splits the message to multiple Text Parser modules, each parsing a different piece of information.
- After each parser, I used the Set Multiple Variables module to store each parsed output as a variable.
- Finally, I tried to use a single Google Sheets “Add Row” module to insert all these variables into one row in Google Sheets.
The Problem: The Google Sheets module doesn’t seem to recognize all the variables from the different branches, so I can’t map each parsed field to its respective column. It appears that the variables set in parallel branches aren’t accessible together when adding a row in Google Sheets.
My Questions:
- Is there a way to aggregate or combine these outputs into a single Google Sheets module in Make?
- Am I missing a step, or is there a workaround to collect the parsed values into one row?
- If this approach isn’t feasible on the free tier, would using a Data Store (available in the paid plans) solve this issue?
Thanks in advance for any advice or guidance on how to make this work!