I am trying to pass var from gallery to edit screen so as per status i can show hide certain columns in edit screen but my variable does not pass everytime i go to edit screen it give me false boolean value even if its true i am using updatecontext if i use SET it will remain true
ClearCollect(Collection1,Coll1);ClearCollect(Collection2,Coll2);Navigate(CoverPage,ScreenTransition.Fade,{SelectedID:Gallery_1.Selected.'ID'});If((Status.Value="Approved"&&'Status2.Value'="Competed"),UpdateContext({State: true }))