Hi,
I am trialing n8n for uploading Quickbase Data to Google BigQuery. I would like to update the BigQuery Table nightly.
Questions:
How do I either update or replace the table in Big Query? I just see “Insert” or “Execute Query” under operation. Running the workflow twice with 10 records, I am seeing duplicates rather than updates.
Welcome to the community @chrissy
I think the only available operations available in the Big Query node are the two you mentioned and you’ll have to post in Feature Requests if you think other operations options will be useful too. For now, you’ll have to choose the ‘Execute Query’ option and then write your own query to update/replace the table.