Power Apps – Disable Default Selected Item on Gallery startup

The Default property of the gallery control is the item or record from the data source to be selected in the gallery when the app starts up.

In my example I have a button in a gallery which is selected by default whenever I start my APP, but I want to disable this behaviour.

To do that you can simply change the Default Property of the gallery by setting Default = {}

Leave a comment