Hello together i have a littel question for my PowerApp.
I want to write a specific navigate based on a specific value


I want to write something
IF(ThisItem.InkSystem.Selected.Value = "UV-Based" then Navigate("")
but in this case for the icon there is nothing like ThisItem to choose from
I tried with IF(INP_InkSystem.Selected.Value ="UV-Based"; Navigate (""))
can somebody help me?