Trigger on new row in Google Sheets - doesn't work

(Pav) #1

Hi Flow XO team,

I have already spent hours on this, read all tutorials & community questions, and still can’t make it work. Please help!

I want to get trigger when new row is created (new Google Form submission), so my Telegram bot would ask user to choose an answer to the question, then do some simple manipulations / possibly run code, and then save a new row in another sheet of the same Google Spreadsheet.
Here’s my flow 1 - https://flowxo.com/share/gbe7gwwk
I have already tried using webhooks, broadcasting webhook request in another flow (https://flowxo.com/share/ya9ar328 ), but can’t get the data from one flow to another, and can’t save attributes as I don’t have Response Path.

What am I missing? How can I solve this?

Thank you in advance,
Pav

(Daniel Beckett) #2

Hi @Pav

Do you need to message specific users or all users whenever a new row is created in Google Sheets?

If you’re looking to message specific users then you’ll need to have their response path saved somewhere (in the Google Sheet for example).

If it’s out to all users then the broadcast service should be the easiest way. What issue did you see when you tried using broadcast before?

Thanks,
Dan