Hello all,
New to UiPath and following the Citizen Developer course building my first automation. I am following all of the steps on the course but am getting errors. Can anyone let me know what I need to fix here?
Here is a screenshot:
Hello all,
New to UiPath and following the Citizen Developer course building my first automation. I am following all of the steps on the course but am getting errors. Can anyone let me know what I need to fix here?
Here is a screenshot:
Are you using those variables any where?
can you shoe the properties of for each email in properties panel please
cheers
There are two possibilities
you have used variable name automation and variable name first inside the for each activity without creating such variable.
If previously you created such variable change the scope of the variable
For BC30198 , “)” parenthesis getting an issue, for that wherever you using the variable. you can try like the below one.
“name = '” + CurrentRow(“Account Name”).ToString + “'”
For BC30451, please change scope of the variable
Hope it helps!!!
Welcome to the UiPath Community
Aren’t you on wrong version of the Studio. Citizen developer course would be on StudioX but you are using Studio version.
This could be the reason.
Thanks,
Ashok
Bingo! Thanks Ashok, it’s working now!