I’ve done successfuly a Zap that triggers to New or Updated Rows in Sheets and then update it in MySQL.
But, I’m not being able to do the same using another trigger, like Schedule.
Why I’m not archieving? Simples: As long “New or Updated Row” is a trigger, I cannot put a trigger before that.
I tried to reproduce that zap using Schedule trigger, but there’s none option in Sheets integration to read a sheet or got values from that, to export to another place.
What I want? To set a Schedule that everyday at 7 AM my spreadsheet got sync with my DB in MySQL.
Any idea how to do it?