Skip to content

Commit 497cca2

Browse files
authored
Merge pull request MicrosoftDocs#1059 from russrimm/patch-1
Update function-patch.md
2 parents 9fb0d39 + ac645c4 commit 497cca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the **Patch** function to modify one or more records of a data source. The
2828

2929
Use **Patch** with the **[Defaults](function-defaults.md)** function to create records. Use this behavior to build a [single screen](../working-with-data-sources.md) for both creating and editing records. For example, this formula creates a record for a customer named Contoso:
3030

31-
`Patch( Customers, Defaults( Customer ), { Name: “Contoso” } )`
31+
`Patch( Customers, Defaults( Customers ), { Name: “Contoso” } )`
3232

3333
Even if you're not working with a data source, you can use **Patch** to merge two or more records. For example, this formula merges two records into one that identifies both the phone number and the ___location for Contoso:
3434

0 commit comments

Comments
 (0)