Skip to content

Commit 3391c5f

Browse files
authored
Merge pull request MicrosoftDocs#2961 from daryllabar/patch-1
Clearly Define When Alternate Key Values are Copied
2 parents 048ec00 + fc32339 commit 3391c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/use-upsert-insert-update-record.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can reduce the complexity involved with data integration scenarios by using
5555

5656
4. If the record doesn’t exist:
5757

58-
1. Copy any alternate key values into the target table columns.
58+
1. Copy any alternate key values that the target does not already have in its attributes collection, into the target table columns.
5959

6060
2. Call `Create`.
6161

@@ -134,4 +134,4 @@ public void ProcessUpsert(String Filename)
134134
[Using alternate keys](use-alternate-key-create-record.md)
135135

136136

137-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
137+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)