on the app onStart i am setting those variables based on the id paramters:-
Set(varNavigationID,Value(Param("id")));
and then on the screen onvisible i am setting a global variable, as follow:=
Set(varBCID,Blank());
If(IsBlank(varBCID),If(!IsBlank(varNavigationID),Set(varBCID,varNavigationID),Set(varBCID,varBCID)),Blank());
but this is raising these errors:-


any advice how to fix these issues?
thanks