How could I write to the output pane using the InvokeCode activity?
Or how could I run any activity for that matter?
I wanted to make a small, single-activity snippet that could write a dictionary (with proper formatting) to the output pane.
The write line activity has the following namespace:
That being said, this is the code I used:
But it says that ‘WriteLine’ is a type in statements and cannot be used as an expression.
In order to make single-activity snippets; how could one run the WriteLine, or any other activity within an InvokeCode activity?