I’m new to UiPath and going through the training. I’m trying to get the Guessing Game to work and I’m having a heck of a time trying to get this to work with the “Assign” function. I can’t get the “to” box to register “random” as a variable and the expression box will not take “new Random().Next(0, 1000)”.
The error I get is:
“Compiler error(s) encountered processing expression “random”. ‘random’ is an ambiguous variable reference. VisualBasic identifiers are case-insensitive”.
I also get:
“Compiler error(s) encountered processing expression “new Random().Next(0, 1000)”. ‘Random’ is an ambiguous variable reference. VisualBasic identifiers are case-insensitive”.
Thoughts?
Cory