Skip to content

Commit ca7ad68

Browse files
authored
typo
1 parent 362d181 commit ca7ad68

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)