Invoke code - how to write c# code

Can someone enlighten me about how to write C# code in “Invode code” activity? Do i need to write “using system… namespace…” etc.?

i tried some simple code, but goes wrong


please help to answer how can i use this activity. a example would be better

1 Like

Hi @pitaty

This article might be helpful to you. Please read :smiley:

cheers :smiley:

Happy learning :smiley:

3 Likes

No need to write anything but the code.
Better said you must not write anything but the code.

The following works:

System.Console.WriteLine("test");

Cheers

2 Likes