How to seperate items in the same Columns?

For example:
I want to put item numbers in each row


Like below

1 Like

You can do it! You need to create the new datatable using the build datatable activity.

and loop through the input datatable and spilt the first item with comma separator and add those to the new created datatable.

Check this sample workflow.
Datatable Seperation.xaml (11.1 KB)

@Sreekar_Mulinti

Hello Sreekar,

Please try like this:



Thanks!

please check this example

test.xaml (11.9 KB)

regards

Hi

Have a view on this thread with exact scenario and a sample workflow

Cheers @Sreekar_Mulinti

1 Like

thanks for help

thanks for the help

this solution also helps

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