Overview
Manually adjusting rents by city in Google Sheets drains time and invites costly mistakes. This workflow automates the entire process: it generates sample data, filters city-specific entries, increases rents by a fixed amount, updates the sheet, and verifies changes—turning tedious manual updates into a swift, error-proof operation.
The Impact
- Eliminate manual rent edits. Automatically find and update rents by city in one go.
- Reduce human error. Programmatic calculations and updates ensure data consistency.
- Accelerate data sync. Changes are instantly written back and verified in Google Sheets.
- Simplify testing. Generate sample data on demand to validate workflows quickly.
Who This Is For
- Landlords looking to uniformly increase rents for properties in a targeted city.
- Property Managers needing consistent rent adjustments synced across spreadsheets.
- Data Analysts who require automated batch updates and verifications in rental data.
- Developers building or testing Google Sheets integrations with sample data insertion.
- Operations Teams running regular calibrations to keep rent data aligned with policy.
How It Works
- Generate Sample Data
- This node creates a sample row with ID, Name, Rent, and City to append to the sheet.
- Append Data To Sheet
- Appends the generated sample row to the specified Google Sheets tab.
- Lookup Berlin Rows
- Retrieves all rows where the City column equals 'Berlin' for processing.
- Calculate Updated Rent
- Parses and increments the Rent value by 100, preparing updated rows for writing.
- Update Rows In Sheet & Read All Rows
- Writes updated rent values back to the sheet and reads all rows to confirm synchronization.
What You'll Need
Before using this template, make sure you have:
- A Google Sheets spreadsheet with a worksheet tab containing headers: ID, Name, Rent, City.
- Google Sheets OAuth credentials configured for read/write access to your spreadsheet.
- The Spreadsheet ID (from the URL) and exact worksheet (tab) name to target.
How to Use
- Step 1. Prepare Your Spreadsheet
- Step 2. Set Credentials
- Step 3. Enter Parameters
- Step 4. Run the Workflow
- Step 5. Verify Results
Create or select a Google Sheets file with columns titled ID, Name, Rent, and City in that order.
Configure Google Sheets OAuth credentials to authorize workflow access.
Fill in your SpreadsheetId and SheetName exactly as they appear in Google Sheets.
Execute the workflow to generate sample data, append it, lookup city-specific rows, update rents, and sync changes.
Check the updated Google Sheet to confirm rents for the specified city have increased as expected.