List Picker Clear Values

What is the way to clear the values loaded to a list picker?

Just set the elements to empty list.

1 Like

Btw, if it worked mark my answer as solution.Else you can share with us what happned. :upside_down_face:

Btw, you can’t clear a list picker while it’s displayed.You must clear before picking or after picking.There isn’t another way.

One of my Source List is providing data to the list viewer.
So I made another blank list and provided blank list data to the Source List and Then filled the source list with actual data. This helped to solve the issue.

Ultimately it is just a List viewer… That means you have to empty the List not the list viewer.

Thank you for your support.

1 Like