How to paste in a terminal using the terminal activities from clipboard

@ashwini.bagewadi

Try constructing the string using below with required number of spaces and use it

String.Join(Environment.NewLine,dt.AsEnumerable.Select(function(x) String.Join("Add required number of spaces",x.itemArray)))

Cheers