Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Tag: power portal web api

Power Page WEB API Step by Step

You can use Power Pages Web API to achieve CRUD operation from Power Page. Folow these steps. Step 1 : Create Site Settings Create below site settings for enabling contact entity for Power Page WEB API interaction. NOTE : Site Settings Example Value Extra Webapi//disableodatafilter Webapi/contact/disableodatafilter True Webapi//enabled Webapi/contact/enabled True Webapi//fields Webapi/contact/fields firstname,lastname attr1,attr2,attr3 /…
Read more

Working with Power Pages Web API

Introduction Microsoft Power Pages, previously known as Power Apps Portals, allows organizations to create external-facing websites that securely interact with Dataverse data. One of the most powerful features of Power Pages is the Web API, which enables developers to perform CRUD (Create, Read, Update, Delete) operations on Dataverse entities from Power Pages. In this blog,…
Read more

CRUD Operation from Power Portal using WEB API Methods

We can perform crud operation from power portals using web API check the below code and watch the video to understand more, FULL CODE HERE