How do i print a string array[4] in different columns(say A,B,C,D) using iteration (by iteration mean i don't want to use write cell multiple times and give colmns A,B,C,D)

String={“abc”,“xyz”,“ABC”,…n}
image
i should get an output like this

You can convert this string array to a datarow and then using write range you can do it on a single action.

i have trouble with syntax can you please give me an example xaml ? that would be soo helpful

ConvertStringArray2DataRow.xaml (7.5 KB)

Check this one, it may help you.

Hi @Vijendar_123
I hope you are having data table where you want to add this data. If yes then I will Suggest you to Use Add Data Row Activity and in the properties provide this array of string in Array row and provide the data table name to it.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.