Skip to content

Commit 6341bb0

Browse files
committed
Merge branch 'main' into pnghub-patch-3
2 parents c53460a + ca7ad68 commit 6341bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/org-service/entity-operations-update-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Target = account
290290
};
291291

292292
//The existing entity is updated.
293-
var response2 = (UpsertResponse)svc.Execute(request1);
293+
var response2 = (UpsertResponse)svc.Execute(request2);
294294
Console.WriteLine("Record Created: {0}", response2.RecordCreated); //false
295295
```
296296

0 commit comments

Comments
 (0)