Hi Experts
I have a data table that contains columns named “Column A”, “Column B”, “Column C”, “Column D” and “Column E” and a list of strings that has the list items “Column A” and “Column E”.
How can I select only the columns from the data table where the column name exists in the list of strings and output as a new data table?
I am not sure if the Filter Data Table activity supports that so my idea was to use LINQ. Just not sure how to write that expression.