Help with Error Codes BC30451 and BC30198

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:

@Dave_Deckert

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

  1. you have used variable name automation and variable name first inside the for each activity without creating such variable.

  2. If previously you created such variable change the scope of the variable

Hi @Dave_Deckert

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!!!

@Dave_Deckert,

Welcome to the UiPath Community :tada:

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 :slight_smile:

Bingo! Thanks Ashok, it’s working now!