Announcements
Hi Experts,
I want to pull some records from Dynamics and show them to public(people outside organization), is there any solution?
The Node.js version is what we are looking for, thanks for the solution.
Yes Kyu.
CRM provides a web API that you can use. Here is an example of somebody using it from Node.js:
It's totally feasible but I would emphasize that the only concern is the authentication (which they also solved in the link provided).
Hi Jairo,
Thanks for your suggestions.
We want to show data from Dynamics on our own page, so Portal would not be an option for us.
For example, exposing data like using Web API: we can read result from response of HTTP request and render output on page with HTML.
ASP.net sounds good, but we prefer to JavaScript.
Does PowerAutomate or LogicApp support it?
Hi Kyu,
Even if I don't have all the context of your request I would say that if you are using Dynamics 365 CRM (CE) you could add a powerApps portal and display the information on the portal to the public (so outsiders don't have access to your CRM):
docs.microsoft.com/.../create-portal
Then you just need to add a we page with an entity list to show those records to the public:
docs.microsoft.com/.../entity-lists
There are many other options to achieve the same like exporting your data using PowerAutomate, Logic Apps or any other tool and then exposing that data in an excel file in your company web site? or read dynamically from an ASP.net page?
Good luck!
André Arnaud de Cal...
294,255
Super User 2025 Season 1
Martin Dráb
232,984
Most Valuable Professional
nmaenpaa
101,158
Moderator