Question

How do I use the SQL update row step?

  • 27 July 2023
  • 1 reply
  • 106 views

I have a zap that triggers on a new or updated SQL row.  The first step sends the data to woo.  The second step should take the output of the first step and update the original row.  I have an Upddate SQL server row.  There are two fields at the bottom, Row and ID Column.  How do I use those two fields?  I assume output from the first step will allow the update to identify the correct row to update, but I can find no documentation on the fields in this step.


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 +14

Hi @arin 

Good question.

Step 1 should return an ID to represent the record.

Step 3 should use the DI from step 1 in the ID Column.

 

If you need more help, please post screenshots to give us more context.