The new entry is created in the SQL azure table for any new request from the user. Then another user can modify that entry either by approving or rejecting the request.
Each time data is inserted or modified in table i want to generate an email using logic app connector.
I have used SQL server connectors to do this but sometimes email is triggered multiple times as only 1 logic app is sending an email for requester and approval flow.
Is there any way to archive this using recurrence trigger?