A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi @MJ McSheehy,
Thank you for the detailed screenshot.
That error, "The specified object was not found in the store., Default folder Inbox not found," means Power Automate cannot resolve the Inbox folder of the shared mailbox using the current connection. The most common causes are:
- The connection account does not have proper access to the shared mailbox
- The shared mailbox has never been initialized for that account
- The mailbox address is resolved, but the folder ID (Inbox) cannot be found
- A stale or broken Outlook connection is being used in the trigger
You should try the following steps to see if it helps your issue:
1/ The account used in the Outlook connection must have:
- Full Access to the shared mailbox
- (Send As is not required for reading emails)
After permissions are granted, allow time for Exchange Online to propagate them (this is explicitly required for this trigger to work).
2/ Initialize the shared mailbox:
Even with correct permissions, Power Automate will fail until the mailbox is opened at least once by the same account used in the flow connection. Please try to:
- Sign in to Outlook on the web with the account used by the flow
- Click your profile picture > Open another mailbox
- Enter the shared mailbox address and open it
- Close Outlook and re-run the flow
This forces Exchange to initialize the default folders for that user.
3/ Recreate or refresh the Outlook connection
If the error persists, please do the following steps to resolve stale connections:
- Go to Power Automate > Data > Connections
- Delete the existing Office 365 Outlook connection
- Recreate it using the correct account
- Re-select this new connection in the trigger
4/ Manually type the shared mailbox address
In the trigger:
- Do not use dynamic content or environment variables
- Manually type the full SMTP address (e.g.
******@domain.com) - Let Power Automate resolve it automatically
Incorrect resolution of the mailbox address can cause the Inbox lookup to fail even though the mailbox exists.
5/ Save As > copy the flow:
If everything looks correct and it still fails:
- Open the flow
- Select Save As
- Create a copy and run the copied version
This refreshes internal references and “object not found” errors caused by corrupted metadata.
However, in case you require more in-depth guidance or support for troubleshooting, I’d recommend posting your query in the Microsoft Power Automate Community. This is a dedicated channel for Power Apps discussions. The reason I suggest posting a new topic there is that in the general Q&A Forum, resources and expertise on Power Automate are limited. In the Microsoft Power Platform Community Forum, you’ll find the most qualified group of respondents, and other partners who regularly read the forums can share their knowledge or learn from your interaction.
I hope this information is helpful. Should you have any further questions or need additional assistance, feel free to reach out.
In the meantime, if you see my replies bring helpful information, please kindly accept it as an answer and vote it up by your original account, which raised this question. Once marked, it will automatically pin to top. As other users will also search information in this community, your valuable vote up will definitely also help other users who have similar queries easily to find the correct channel and useful information more quickly.
Thank you again for your understanding and cooperation.
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.