Question

Post Excel Row To Webhook And Upadte Same Row With Retruned Data

  • 2 May 2023
  • 1 reply
  • 20 views

Greetings,

my target/purpose is:

when a row is added to a sheet, it will post whole row data to to my script/url using webhook.

my script will process, and return new data (a single cell), then the same row needs to be updated with the return data.

 

what is the procedure for that? please?

 

thanks in advance

 

best regards


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +8

Hi @RichardStrideline 

 

This means you need 2 zaps, a zap that sends the data and another that receives it. You might wanna add the row ID to the data you are sending and receiving to know which row you want to update.