Hi @jeffreyropp ,
Have you tried the solution @gabibalaban provided above?
If the Person column is a single value Person type column, I think the solution @gabibalaban provided above could fix this delegation issue.
But if you enable multiple options for the Person type column in your SP List, I think the solution @gabibalaban provided above could not achieve your needs, you may face Delegation warning issue.
If your SP List records is more than 2000, as an fixed solution to get rid of this Delegation warning issue, I think the Collection could achieve your needs. Please check and see if the following video resource could achieve your needs:
https://www.youtube.com/watch?v=2M0zCyu__20
https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-get-combobox-to-show-all-the-results-from-SP-list/m-p/612204#M193064
You could consider bulk-load your SP List records into a collection in your canvas app, then use the collection as data source in your canvas app. Then the Delegation warning issue would be disappeared.
If above solution is helpful for your original issue, please feel free to click "Accept as Solution" to close this thread.
For your new issue (delete an existing person in Power Apps), please consider open another new thread in our Community, then describe your issue there, then we could provide a proper solution there for you.
Regards,