Hi,
I have a Office 365 subscription. In that I am having multiple users Outlook account configured. Now my requirement was that if any new mail received then details regarding that mail should be stored into SharePoint online list. I created Flow App and it worked successfully. But I need that that should be available to all of my user so that when they receive mail the SharePoint Online list should be populated with the detail.
Currently Flow app is triggers when new mail arrive on the outlook mail account by which the flow app is created.
Example : Created flow app with user User-A. When mail received in User-A mail account the flow app worked. There is another user User-B, I want that when new mail arrived in User-B email account then also the same flow app should be triggered.
How should I achive this?