I'm so stuck on creating this automation, I need some help.
I'm trying to create a scheduled flow for a daily tasks I have to perform manually. Every morning, I have to go into our SQL database table to determine if any new client contacts were added over the last 24 hours. If there was a modification to a contact for a client, whether a new one was added or if an existing one was changed, then I email our product team about the change. If there was no change, then I email them to say "There were no new contacts added yesterday".
I am unable to edit how the SQL table keeps it's data. When a new client contact is added, it modifies its value cell directly (rather than adding a new row for every change). Also, in order to get the formal business name, I need to get the data from another table in the same database (tbl_client_main). I wish I could change that too, but I only have read access to this SQL server.
Here is how my flow looks now. I'm stuck on how to continue from here, but I know I'm not extracting the data I need.

Would any of you know of any leads to help me figure out this logic? Anything would help me. Thank you!