Skip to main content
All CollectionsData sources
Why My App with Google Sheet Data Source Is Not Updating
Why My App with Google Sheet Data Source Is Not Updating
Updated over 3 weeks ago

When using Google Sheets as a data source in Glide, the app needs to locate the correct row to update the data. The row ID plays a crucial role in this process. If a row ID is missing, Glide may fail to update the data correctly.

Why Is My Data Not Updating?

  1. Missing Row ID

    • Glide relies on the row ID to identify and update the correct row.

    • If the row ID is absent, Glide cannot match the row, leading to failed updates.

    • This often happens when importing data, such as generating a CSV file and saving it to the Google Sheet—without a row ID, Glide cannot update the correct entry.

  2. Data Still Not Updating After Adding Row ID

    • If you've added a row ID but the data still isn't updating, you may need to perform a manual sync.

    • Try clicking the Sync button in the Data Editor to force an update.

  3. Replacing the Google Sheet

    • If syncing doesn’t work, consider replacing the Google Sheet:

      • Go to Settings > Data.

      • Find your Google Sheet data source.

      • Click Replace and select the same sheet or a new sheet with identical data.

By ensuring row IDs are present and using manual sync or sheet replacement when needed, you can resolve most data update issues in your Glide app.

Did this answer your question?