Google sheet sync not working - Maker Plan

Hi there, i’m developing an app with glide and i’m using a google sheet as the data source. The google sheet is the backend of a typeform that adds a new row everyone someone fills out the typeform. I want to new data to flow into the app every time the google sheet gets a new row of data (when the typeform is completed). How can i ensure this works. I’ve ran some tests and the data doesn’t seem to automatically flow through and I’ve had to sync it manually

data-sync

It might take some minutes for Sheets to “tell” Glide that’s there’s new data to be synced, unless you turn on “Extra” sync mode, which costs you more updates.

The alternative is sending the payload from Typeform to Make.com, process data over there and add a new row in Glide Tables, which is better for performance anyway.