Hi, im trying to pass some values into the app on start/launching the application. An example of the value is "C123_124_2343". I notice that my parameters get passed successfully only if its fully numerical but i need to pass the whole value. is there any way to do this?
currently what i do is
LINK+"?subID=xxxxxxxxx"
Solved! Go to Solution.
nvm i found my mistake. In my onstart property i set my parameter variable to be Value(Param("subID")). I removed it and just set it like Set(VariableName,Param("subID") and it works
nvm i found my mistake. In my onstart property i set my parameter variable to be Value(Param("subID")). I removed it and just set it like Set(VariableName,Param("subID") and it works