Replies
-
@osseonews I created an example spreadsheet and example workflow that shows you how this works. All of the data / params should be public, and I added comments in the code of the workflow that should help you follow.
I think there are a few ways we can optimize this specific use case, but let me know if that makes sense / helps. |
Beta Was this translation helpful? Give feedback.
-
Thank you! Will test later and let you know. Certainly was more complicated than I thought. Quick question, why do you add a +1 in ${steps.google_sheets_find_rows.$return_value[0] + 1 in the cell_update_data - I'm not clear what that does even reading your explanation. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
We are trying to use Google Sheets to update a row in a specific sheet, based on the value we get in another step. Specifically, we are storing SKU and QTY in a Google Sheet to track inventory. A previous step in Pipedream gets us the SKU and the QTY values. We then want to:
So for example, if our step says, SKU: ABC now has QTY: 10, we want to search the Google Sheet for SKU with ABC and then update the QTY column in that row to 10.
I thought this would be easy, but we can't figure it out. Any help would be appreciated.
THanks.
Beta Was this translation helpful? Give feedback.
@osseonews I created an example spreadsheet and example workflow that shows you how this works. All of the data / params should be public, and I added comments in the code of the workflow that should help you follow.