pitaty
(pitaty)
1
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 
cheers 
Happy learning 
3 Likes
J0ska
3
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