createRecord
Creates a table record.
Available for
Model-driven apps & portals.
Syntax
context.webAPI.createRecord(entityLogicalName, data).then(successCallback, errorCallback);
Parameters
Name | Type | Required | Description |
---|---|---|---|
entityLogicalName | String | Yes | Logical name of the table you want to create. For example: "account". |
data | Object | Yes | A JSON object defining the columns and values for the new table record. See examples later in this topic to see how you can define the |
successCallback | Function | No | A function to call when a record is created. An object with the following properties will be passed to identify the new record:
|
errorCallback | Function | No | A function to call when the operation fails. An object with the following properties will be passed:
|
Return Value
Type: LookupValue[]
Related articles
Web API
Power Apps component framework API reference
Power Apps component framework overview