130
For previous NAV-versions we have a full Powerapp connector through odata v4.
In BC however custom api's aren't visible at this moment with the current BC Powerapp connector.
Can this be made possible? Also required for customers who want to upgrade from NAV to BC.
Category: General
STATUS DETAILS
Completed
Ideas Administrator

This is now rolling out with an updated connector.

Best regards,
Business Central Team

Comments

P

Hi PowerApp connector cohort.

I faced with the same challenge, custom D365 BC PowerApps connector is working perfectly while testing and using swagger editor, also in Postman, but it is not working in canvas PowerApps.
Luckily, I have managed to find the workaround. The issue is that Canvas PowerApps is expecting a string in the function calling D365 BC custom connector. Because of that, the variable (CompanyID) must be inserted in the GET Action - Request instead of copy/paste of webservice URL in the D365 BC custom connector request:
https://api.businesscentral.dynamics.com/v2.0/34008713-f13c-4bc6-97c3-0304799739e6/Sandbox_20210216/ODataV4/Company({CompanyID})/Resources
After doing that, you need to put the same variable (CompanyID from webserice URL) in the canvas PowerApps that is using this custom connector:
ClearCollect(Resource, Resources.Get("'CRONUS%20AU'").value)

When canvas PowerApps on top of D365 BC custom connector is built like this, PowerApps will work.

Hope this helps.

Kind regards,

Ilija Pesic

Category: General

P

With this feature it would be so much easier to extend BC functionality with the Power Platform. Got my vote!

Category: General

P

This is really needed and in my opinion essential functionality.

Category: General

P

Indeed a neccessary feature to implement!

Category: General

P

What is the purpose of Apps without this functionality? The world is bigger than MS standard

Category: General

P

This missing feature is really important to get implemented as soon as possible. Else it is just too much banging your head into the wall and totally pointless to work with Powerapps that is using informations from Business Central.
Hope to hear more about the future roadmap from Microsoft.

Category: General

P

This definitely a very wanted feature. Flow and Logic Apps are being used more and more and to not be able to create customers entiries is very limiting

Category: General

P

Seems as if I can't submit my vote too...

Category: General

P

Not able to vote for this idea, is it still open for voting?

Category: General

P

Our customer wants to extend the MS flow for low stock notification and they are using stockkeeping units, apparently MS flow only available for items not for stockkeeping units. I tried with custom API and apparently its not working. Please provide a suggestion for this solution

Category: General

  • 1
  • 2