Hi to everybody
in myList I have a field with listUser; In myformEdit I have a dropList with user connected with myList.
If I change the user and Save, the result is OK; If I remove the User and saving, I found again the name user into myList
I'm not able understand why ?
Could you help me?
Thanks
Hi CST, I solved with that. GREAT. Many Thanks
Hi @Giorgio67 ,
Do you want to update UserName from having value to blank value?
Could you tell me the data type of this field?
It seems like person field, choice field or lookup field.
To update this kind of field with blank value, you need to set two things:
1)not set this field required in your sharepoint list
2)turn this setting on in your powerapps app
Best regards,
What is the default property of your data card that the dropdown is updating?
Try
if(IsBlank(Dropdown1)Reset(DataCardValue1)