Hi @Anonymous ,
I'm not sure why you can't select other items, so there may be something else preventing you - however when using a Default: record for a gallery to 'auto select' when it is reset, the best thing to do is ensure you're selecting a record from the exact same data set that is being configured in the Items: property of the Gallery.
So, if your source is "mySource" and your Items: property is
mySource
or
Filter(mySource, condition)
then your Default: would be
First(mySource)
or
First(Filter(mySource, condition))
respectively - so I would first change from "First(Self.AllItems)" to whatever fits above and see if you still get the same behaviour before troubleshooting further.
Kind regards,
RT