I have a PowerApp with a SharePoint column of type "People or Group". When I am in the edit form I cannot remove the user from the people picker. How to save the edit form in PowerApps with an empty people picker?
@VijayTailor could you please create a new PowerApp and select the SharePoint template. Thats how I did it.
I tried in Sharepoint Form.
Please find below URL of testing from my Side.
https://drive.google.com/file/d/1psZoqCMqGhkVcDo98Eh9OdKijSExZGE0/view
Thanks,
Strange, did you create a new PowerApp in PowerApps? Or did you modify a SharePoint form to a PowerApp? Here you can see someone else with the same issue:
@VijayTailor did you try it? I see allot of other people with the same issue. Default you cannot save the powerapp form with an empty people picker. I think this is some restriction between PowerApps and a column from type "People or group".
When I set visible to false I dont see the people picker anymore. I would like to see it and make it possible to clear the value and save.
@VijayTailor this column is not required so thats not the problem. And the save button has already this onSelect value:
SubmitForm(FormName)
HI @dreamsat ,
First you can check in SharePoint column below Yellow Highlighted Properties is No or Yes
if that is no then simply set the below code for Button "OnSelect" Properties
SubmitForm(FormName)
This will submit the form with Empty People/group value empty.
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."