Invoke code - C#

Hi,

I need to use invoke code(C#) function in my process.
For some reason I cannot use “using” statement in my code. Anyone know what I have to do to use it?
I’m trying to use something like: “using system;” but getting error message that it’s syntax error

Hi,

if you need to import namespace, you can use “Imports”:
image

regards, Gio

Hi @Anjab !
I think that by default using system is included in the namespaces of UiPath Studio.
So you don’t need to add it.
To see what is included in UiPath Studio, click on import and write down the namespace
image

1 Like