I wrote a program that does the sum of two numbers. In Output I save the value in a variable → resultVariable. But when I try to launch the app it goes to Timeout Error.
UiPath Studio 2024.10.5
I wrote a program that does the sum of two numbers. In Output I save the value in a variable → resultVariable. But when I try to launch the app it goes to Timeout Error.
UiPath Studio 2024.10.5
in your log message add .tostring to convert the int32 to string
make sure variables first number and second number are of type int32
suggest to use only one value to store the sum result remove variable sumResult and replace it with the argument
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.