WebAPI (Power Apps component framework API reference) - Power Apps
Provides properties and methods to use Web API to create and manage records.
Available for
Model-driven apps & portals.
Methods
| Method | Description |
|---|---|
| createRecord | Creates a table record. |
| deleteRecord | Deletes a table record. |
| retrieveMultipleRecords | Retrieves a collection of table records. |
| retrieveRecord | Retrieves a table record. |
| updateRecord | Updates a table record. |
Example
To learn more about how to implement the web API methods, see Web API component
Related articles
Power Apps component framework API reference
Power Apps component framework overview