Hi,
I have a pretty simple workflow but I can’t understand how to implement it. I have a google sheets with two columns, Phone number, and Message. I want to loop over all rows and have Twilio send each phone number the corresponding message.
The other question here is similar but I don’t have enough context to implement it:
First of all, “find rows” seems to require a value to find a row, and I don’t need to subset it by any specific value. I just want the rows. “get rows” is confusing because of the output of the function. I want it to “get” separately the phone number cell, and the message cell, so that one can go into the “recipient” of twilio, and one can go in the “message” as a variable. I think it requires some fancy line-item formatting but I don’t understand how zapier does this. Thank you!