Hello makers, I have a scenario where a telegram bot sends me personal information, with key-value, for example: Name: Juan and so on with many more data, the problem is that even though in the telegram message they send each key-value with a line break, what I get to make is a variable called text with all the content separated by a space, for example: Name: Juan Email: juan@gmail.com, I need to send that information to a google sheets sheet where it has different columns with their respective headers and where Juan should go to a new row in the Name column and so on with each piece of data, the problem is that it paints all the data as it comes with a key value in each cell, for example the Name column, I have used iterators, variables directly in the outputs of the google sheets sheet, I have used parser text and nothing allows me to paint each piece of data in each column that corresponds to each new row that is created, I need help please
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Google sheets Telegram | 3 | 45 | July 29, 2025 | |
| Google Sheets Integration to telegram works now! | 2 | 374 | September 7, 2023 | |
| Getting data from google sheet to answer queries on telegram bot | 1 | 18 | September 17, 2025 | |
| Google sheet -> Telegram | 4 | 545 | September 7, 2023 | |
| Telegram data transfer to Google Sheet | 1 | 24 | October 2, 2025 |