if your server names are in a column, then you read range, and with the DT extracted, you use a For each row, in the for loop you just add to your string the new server name
I am very much aware of the read range and retrieving the value in the DT followed by using for each row.
I am just not sure how do I add the server names to the string array in the desired pattern.:
" ‘Server A’, ‘Server B’, ‘Server C’, ‘Server D’, ‘Server E’, ‘Server F’ "
Please note the double quotes and single quotes and the coma separations.
Since the column in the datatable will be as follows:-
Server Name
Server A
Server B
Server C
Server D etc
And the desired output is :- " ‘Server A’, ‘Server B’, ‘Server C’, ‘Server D’, etc"