Skip to main content

Notifications

Community site session details

Community site session details

Session Id : 0y0GHx8x+9LESq68F6w+7D
Power Apps - Microsoft Dataverse
Unanswered

How to create Dataverse table using WEB API

Like (0) ShareShare
ReportReport
Posted on 24 Jul 2023 04:07:24 by

How to create Dataverse table using WEB API.

I have Json data in my shared drive. Using this JSON data I want to create dataverse table in Powerapps using WEB API.

Please give me guidance and reference.

 

Categories:
  • Mitanshu Profile Picture
    1,614 Super User 2025 Season 1 on 27 Jul 2023 at 02:22:16
    Re: How to create Dataverse table using WEB API

    To create a new table within Dataverse, your web API endpoint will be:

     

    POST [ENV_URL]/api/data/v9.2/EntityDefinitions

     

    See https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/create-update-entity-def...for documentation on this.

     

     

    To add or update rows within an existing Dataverse table, you could use Dataflow or if you want to use web API, your endpoint will be:

     

    POST [ENV_URL]/api/data/v9.0/ENTITIY_SCHEMA_NAME

     

     

    See https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/create-entity-web-api for documentation on this.

     

    [ENV_URL] is of format:

    https://NNNNNN.crmN.dynamics.com

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.

  • wwweber Profile Picture
    146 on 24 Jul 2023 at 12:19:42
    Re: How to create Dataverse table using WEB API

    There is a post regarding this from a few days ago with a good suggestion already. Basically the recommendation is looking at using dataflows

     

    Create Dataverse table from API query - Power Platform Community (microsoft.com)

     

    Direct link to documentation regarding dataflows 
    An overview of dataflows across Microsoft Power Platform and Dynamics 365 products - Power Query | Microsoft Learn

  • Community Power Platform Member Profile Picture
    on 24 Jul 2023 at 09:27:31
    Re: How to create Dataverse table using WEB API

    Any help on How to create Dataverse table using WEB API.

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,651 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Loading started