Hi All
I have some tables in data verse and I want use them anywhere else (any third party website) .
so my question is that . Is it possible to use outside of data verse tables ? if yes so how i can use them?
Hello, @hareram, as mentioned by @shashankbhide, using Web API can help you achieve this requirement.
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/overview
If my reply helped you, please give a 👍 If it solved your issue, please give a 👍 & accept it as the Solution to help other community members find it more.
Visit my Blog: ahmedsalih.blog
Visit my YouTube Channel: https://www.youtube.com/@powerplatformplace/videos
The best way is to create a service layer between the Dataverse and your external websites, create specific methods in the service layer which provide specific data and let the external websites call this service layer, you can use azure functions or logic apps or power automate to create this layer, depends on the skillset your team has.
Dataverse can also be directly accessed using webapi, you need to authenticate properly and call the webapi endpoints to get the data.
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1