An Azure service that automates the access and use of data across clouds without writing code.
Hey Henry,
This usually happens even when the connector looks fine. A few things to try:
- Double-check which folder the trigger is watching. If your emails go to a subfolder or the “Focused” tab, the trigger won’t see them.
- Remove any filters on the trigger for now (like “From” or “Subject”) to see if it fires for any email.
- Reconnect the email account in the Logic App – sometimes the token expires and it silently stops working.
- Look at the run history in the Logic App. It’ll tell you if the trigger is firing at all or failing after firing.
- Keep in mind the trigger might not be instant; some email triggers poll every few minutes.
If none of this works, deleting the trigger and adding it fresh often fixes it.