
This is my Title2 Text Data:
ThisItem.name_check_list
This is my OnSelect Action on arrow icon:
Select(Parent);
UpdateContext({test:ThisItem.name_check_list});
If(ThisItem.name_check_list = "CQ 11.12/39", Navigate(BrowseScreen1, ScreenTransition.None), false)When i press arrow, my if returns false but it should navigate do 'BroseScreen1'. What I am doing wrong? When i replace ThisItem.name_check_list with Gallery1.Selected.name_check_list it gives me the same result.