I'm trying to think through a possible idea and see what is possible. I would like to create a flow that takes inputs from MS Forms, sends an email to confirm the information, write a entry to Azure DevOps with due date, write a new entry into a SQL DB, then if possible which I don't think it is, send an email on the due date or when the SQL DB has been changed.
The idea is for leasing products for a specific time and for notifications to take place, as well as entries in DevOps and a DB for records sake.
I have done MS Forms to DevOps with an email before, as well as MS Forms to a SQL DB (using a gateway, but I can't remember how to set it up).
Any tips or help or what's possible?