Notifications
Announcements
No record found.
To implement the logic, you’re describing — where in your Power Automate flow (triggered by “When a purchase document approval is requested”), you want to:
Check if the assigned approver is correct Specific Approver Email id or not, if not Cancel the approval request, and send a new approval to the correct approver email id. So, I have created this flow for achieving it. Can this be possible to create.
I am facing an issue: Flow save failed with code 'MultipleErrorsOccurred' and message 'The dynamic operation request to API 'dynamicssmbsaas' operation 'GetTableV3' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "Entityset 'approvalEntries' cannot be found.\r\nclientRequestId: 0f5dd137-b258-4626-803c-277c049135f9", "error": { "message": "Entityset 'approvalEntries' cannot be found." }, "source": "dynamicssmbsaas-si.azconn-si-001.p.azurewebsites.net" };The dynamic operation request to API 'dynamicssmbsaas' operation 'GetTableV3' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "Entityset 'userSetupsApi' cannot be found.\r\nclientRequestId: 0f5dd137-b258-4626-803c-277c049135f9", "error": { "message": "Entityset 'userSetupsApi' cannot be found." }, "source": "dynamicssmbsaas-si.azconn-si-001.p.azurewebsites.net" }'.
Failed to retrieve dynamic outputs. As a result, this operation's outputs might not be visible in subsequent actions. Error details: The dynamic operation request to API 'dynamicssmbsaas' operation 'GetTableV3' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "Entityset 'approvalEntries' cannot be found.\r\nclientRequestId: 95090f4b-b976-4da9-b8dd-fae9bb21ebd3", "error": { "message": "Entityset 'approvalEntries' cannot be found." }, "source": "dynamicssmbsaas-si.azconn-si-001.p.azurewebsites.net" }
Hi MM,
The error you're encountering is tied to how Power Automate interacts with BC’s API layer, especially when referencing system tables like approvalEntries or userSetupsApi.
approvalEntries
userSetupsApi
Why the Error Occurs
Entityset 'approvalEntries' cannot be found."
Recommended Fixes
Option 1: Use Standard API Entities
Option 2: Publish Custom API Pages
al page 50100 "Approval Entries API" { PageType = API; SourceTable = "Approval Entry"; EntityName = 'approvalEntry'; EntitySetName = 'approvalEntries'; ApplicationArea = All; UsageCategory = Lists; }
Option 3: Validate Environment and Company Parameters
EnvironmentName
CompanyName
NotFound
Option 4: Use Power Automate HTTP Connector
Option 5: Test with Postman or VS Code
Helpful References Set up and use a purchase approval workflow – Microsoft Learn Use BC in Power Automate Flows Create Custom API Pages – Kauffmann Blog Community Thread – Power Automate Entityset Error Use approval workflows – Microsoft Learn If you find this helpful, feel free to mark this as the suggested or verified answer. Cheers Jeffrey
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 3,143
Jainam M. Kothari 1,694 Super User 2025 Season 2
YUN ZHU 1,067 Super User 2025 Season 2