We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 048ec00 + fc32339 commit 3391c5fCopy full SHA for 3391c5f
powerapps-docs/developer/data-platform/use-upsert-insert-update-record.md
@@ -55,7 +55,7 @@ You can reduce the complexity involved with data integration scenarios by using
55
56
4. If the record doesn’t exist:
57
58
- 1. Copy any alternate key values into the target table columns.
+ 1. Copy any alternate key values that the target does not already have in its attributes collection, into the target table columns.
59
60
2. Call `Create`.
61
@@ -134,4 +134,4 @@ public void ProcessUpsert(String Filename)
134
[Using alternate keys](use-alternate-key-create-record.md)
135
136
137
-[!INCLUDE[footer-include](../../includes/footer-banner.md)]
+[!INCLUDE[footer-include](../../includes/footer-banner.md)]
0 commit comments