Split String and Add rows to table

I Need to add rows to a table from another table with a single column with comma seperated values. Please help

0 3 723
3 REPLIES 3

Could you elaborate a little bit more? When you say:

are you saying that Table A will have a column that will have a comma separated list?

What format is this list in? Is it an enumlist column type? Is it a text or longtext with a comma separated value text-blurb in it?

How have you set things up?

Sorry for being lateโ€ฆ
Yes Table A is having a column with comma seperated values with text format

There is no easy way to loop through a list of comma separated values and create rows. You will need to store each of those text values in separate columns and have a separate action to create each row and define a grouped action which executes all those actions.

Top Labels in this Space