Telegram google sheets

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

1 Like