Depending on your use-case you may want to update rows in your spreadsheet. This is completely possible using the Google Sheets Pack. Follow the instructions below to set up your first two-way sync.
Written Instructions
Pull in the Sheet you want to use. See for details. The table options should then be displayed automatically, if not you can hover over the table and select ‘Edit’ or ‘Options’ then ‘Google Sheets Sheet’ Sync the table by clicking Sync Now Create a column on the table for users to write their updates into Create another column and set the column to be a button column Go to Button options, under Actions open the dropdown and scroll to Packs → Google Sheets → Update Row Set the Account value to a shared account or the user’s private account Set your Spreadsheet Id - It should autocomplete as you type the name Select your Sheet Id - This should also be autocomplete supported Set your Row range - This will be the range of cells you want to update Based on the size of your row range set your ‘Values’ to update, this should be a List() with a value for each cell in the targeted range. Example: ‘Row Range’ A1:G1 should be given a value list with 7 values. Row Range G1 would only require 1 value.
Video & Example: