I am currently working on a Zap, involving Google Sheets and Zoom, which:
- (Trigger) detects a new spreadsheet row in Google Sheets
- Creates a Zoom meeting based on some of the values in that row (e.g. Date, Time, Title)
- (Search step) Uses a spreadsheet row lookup, to get hold of the new row (the row from step 1 that triggered the zap), by matching on an SKU field
- Updates that row, by adding the Zoom URL generated in step 2, to a particular column
I am pleased to say that it seems to work well! But I have a feeling step 3 (the search / row lookup step) is unnecessary. In step 4, I would like to be able to dynamically update the particular row that triggered the Zap (the row from step 1).
I hope this makes sense. Any advice would be much appreciated