How to convert comma separated string into multiple rows in DT

Hi,

I have to convert comma separated string into multiple rows in DT. Let’s consider I have a DT like in below,

I want to split the Email value by using “,” and add a separate row in DT which is as shown below,

Emp_ID Name Email
1 Iswarya ishu.g@gmail.com
1 Iswarya iswarya@gmail.com
1 Iswarya ishu@gmail.com
2 Maha Maha@gmail.com
2 Maha Maha.p@gmail.com

@Ishu

PFA the sample workflow.
Please check if this approach works for you :slight_smile:

ForumTest.zip (27.2 KB)

1 Like