Add multiple rows to table using Glide workflows

Hi everyone,

I have a situation where I have n number of participants for a transaction in a row.
eg:
Row number-Participants
1-UserA,UserB,UserC
2-UserA,UserD

The number of participants in a particular row can vary.

I want to have some way either via workflows or some other method to add as many rows to a separate table as there are participants in a row.
eg: Since in the 2 rows we have 5 participants(Duplicates are allowed), there should be 5 rows in the separate table, one for each participant of each row.

I am sure there is a way to achieve this. I would love to hear your thoughts.

I have a solution for you but it needs a paid plan. Do you got one?

If you do, I made a thread explaining how to play with Glide API and Call API to bulk edit rows.

You can do the same thing for add row.

Not on a paid plan. I am on the free plan currently.

If you want to stay on a free plan, you could try to store data as JSON and use Custom AI Component to make a list.

At the moment, I think the cheapest way to do what you want is using Make, on the Maker plan.