Hi
I have a searchbox1 and a gallery1. with sharepoint lookup.
if i click an item it then goes to page 2 that uses the selected item to search in galery 2 the second page in a second sharepoint list.
all good.
but.... if i put a button to navigate to the second page without selecting anything in gallery 1 it defaults to gallery1s first item
I have tried all kinds of things to stop it setting default to {} didnt work. I tried resseting gallery1 on the click to go to page 2. still no dice. also tried filtering on the search box
[code]
If(
IsEmpty(Location_Gallery_1.Selected.AreaCode),"", )
[/code]
im a bit lost on how to stop something that would seem to be silly.
When im testing it in the app editor it isnt doing it. but on the actual app it is.
any idea of a way to stop it or clear it?