I have dropdown in form. Update property of that datacard is Dropdown1.Selected.
AllowEmpty is true in dropdown.
but when i empty the dropdown and save the form it doesn't store null value in sharepoint. but, keeps the old value
Solved! Go to Solution.
Please take4 a look at this post as I believe it provides a solution to your issue.
Hi @zmansuri
I just tested and works
If(
!IsBlank(Dropdown1.Selected.Value) && Len(Dropdown1.Selected.Value) > 0,
Dropdown1.Selected,
{Value: ""}
)
Choice field expects Value : {}
Please take4 a look at this post as I believe it provides a solution to your issue.
Hi @zmansuri
I just tested and works
If(
!IsBlank(Dropdown1.Selected.Value) && Len(Dropdown1.Selected.Value) > 0,
Dropdown1.Selected,
{Value: ""}
)
Choice field expects Value : {}
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
262 | |
123 | |
86 | |
81 | |
70 |