Hey @tamnguyen! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Hey @tamnguyen – The Google Sheet Updater node is used when you want to update existing rows in a spreadsheet, while the Google Sheet Writer node is meant for adding new rows. What are you looking to accomplish here?
If you want to update existing rows using the Sheet Updater node, you’ll need to provide both a search value and a search column. These are necessary to locate the specific row you want to update, so make sure the values actually exist in your sheet.
For example, if your sheet has three columns:
ID
Product Name
Product Description
If your goal is to update the Product Name and Description for existing product IDs, then the ID should be provided as the search value.
Yes i change Google Sheet Writers and it works now.
However the column imported seems to be incorrect (1 col in despite my choice)
My column is:
KEYWORD | TITLE | ARTICLE | IMAGE
Data fill in at:
KEYWORD [NO DATA] | TITLE [KEYWORD INFO] | ARTICLE [TITLE INFO] | IMAGE [ARTICLE INFO]