Skip to content

Commit 7bc2f71

Browse files
authored
Merge pull request #2417 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 75e21e4 + 497cca2 commit 7bc2f71

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)