Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 897 Bytes

File metadata and controls

36 lines (25 loc) · 897 Bytes
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
newRecord (Power Apps component framework API reference) | Microsoft Docs
Initialize a local record object for control to set the value. The control will need to invoke save() on the newly created record to persist the change.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

newRecord

[!INCLUDE./includes/newRecord-description.md]

Available for

Canvas apps

Syntax

context.parameters.dataset.newRecord()

Return value

Type: EntityRecord

Related articles

Dataset
Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]