How to Create a Batch and Relate Multiple Items to It in Glide Table?

How can I create a “Batch” in Glide Table and assign multiple items from a list to it? I want to establish a Many-to-One relationship, where multiple selected items belong to a single batch. What is the best way to structure this relationship in Glide? Is there a built-in feature or a workaround to achieve this?

If I understand you right, you create the batch in a form, give it a name/ID, and then have a multiple choice component to assign multiple items to it.

Would this work?

Batch Item IDs
B001 A, B, C
B002 D, E
B003 F, G, H