Hello Folks,
Would it be possible to assist me with the following topic? Overall I've built a flow that is triggered when a new email arrives, then trims() and parse the content, and re-sends it with already formatted content. There are a lot of daily emails that should be modified. Each email is stored in a specific folder in the shared mailbox. The main issue here is that that connector that I'm using is my personal mailbox, but I want to trigger it from a shared mailbox to which I have access. Unfortunately, if I'm using "When a new email arrives in a shared mailbox" it doesn't work and the flow cannot be triggered.
High-level overview of the flow is:
When a new email arrives it amend the raw content in which the original email notification arrives, then format it and send the already formatted content as a modified notification in my shared mailbox.
- I have full access to the shared mailbox + send as
- The formatting of the content is based on HTML to text conversion + "compose" operators and text functions.
- The filtration of the email that triggers the flow is based on subject keywords a + TO and FROM.
The main goal to achieve is to make the flow operational from the shared mailbox, not my personal one.
Thank you in advance!