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.