Hello,
I collect data that is thrown into a label which is separtated by commas.
Example: Blue, Green, Red
I have a Customer Code that I would like to assign to these (Let's say Cust1A). I would like to patch to an existing table so the table ends up looking like this:
| Cust1A | Blue |
| Cust1A | Green |
| Cust1A | Red |
I would appreciate any help. Thank you!