I had posted this issue previously and thought it was solved, but I am still having problems.
I have the following formula in the OnSelect of the next arrow of a gallery (FavProd😞
Select(Parent)
;If(FavProd.Selected.ChkF=Lower("false"),Set(VarChkF,false),Set(VarChkF,true))
;Navigate(Mixing,ScreenTransition.Fade)I have tried setting FavProd.Selected.ChkF equal to:
- false
- "false"
- Lower("false") (as shown above. This was out of desperation to find a solution)
To help troubleshoot, I have two text labels - one with FavProd.Selected.ChkF, (results in false, which is correct) the other with VarChkF (results in true no matter what I have tried).
Side note: I have a total of three occurances of setting VarChkF in the app. In addition to the one above, the other two occurances set VarChkF to false via (Set(VarChkF, false)).