Html Google sheet and mit app

I wanted to first send data from html to Google sheet thenif the data was aapended then send the data to mit app and if mit app gets the data then print hello

Google Sheets has no way to wake up your app when its data changes.

Consider polling the sheet slowly, or use another DB.

Instead, how about fetching the data from HTML directly with the App?