I can't seem to figure out how to loop a concate formula. I have 2 columns: Show Name and Episode Number. Show is single select and Episode is multi. My desired output is a string that loops the show name before the episode number; instead I only get Show Name, then a list of episodes with a comma deliminator.
The desired outputs are the names of linked records.
Example base below. Any help truly appreciated.
https://airtable.com/shr07v7lc15RGEaj5
| Show (single) | Episode (Multi) | Formula | Desired Output |
| The Boys | 301, 302, 303 | The Boys 301, 302, 303 | The Boys 301, The Boys 302, The Boys 303 |
| The West Wing | 401, 502, 302 | The West Wing 401, 502, 302 | The West Wing 401, The West Wing 502, The West Wing 302 |
| Archer | 201, 303, 105 | Archer 201, 303, 105 | Archer 201, Archer 303, Archer 105 |


