For posterity: Errata corrige in "Tutorial: Build a Basic Appian Bot"

The variable that is initialized as "mail", later on is used as "email"

But the most important thing is:

the correct way to implement client variable in start method is : 

client = IWindows.getInstance(this);

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi, the error is already in the IDE if you try to declare the client variable as IClient!

    I also tried to cast, but while you can fool the IDE and pass the compilation, then when running the robot you have this error:

    Maybe there are other ways to solve, but in the tutorials it is repeated several times to use the code exactly as it is written in the guide (copy + paste), copying the code does not exactly work. I have found this solution to go on.

Children