Solved
typeof() vs runtimetypeof()
Even i gone through the documentation i cant get the exact difference plz can anyone explain in easy and simple words
Even i gone through the documentation i cant get the exact difference plz can anyone explain in easy and simple words
There are some data types in appian like "User or Group", "Document or Folder" etc., You will not know exactly what value the variable has during process execution. It can be user or it can be a group, ex: it can hold "testUser" or "[Group:51]".
We cannot find it out using typeof(), as it will return as "User or Group". So to specifically know what value the variable is holding during runtime we use runtimetypeof().
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.