Add Multiple Items with Different Quantity

Hi, Everyone I wanted to lern how do we Multiple Items with Different Quantity ?

User case we are created a order management page we create Order Select Item 1 and Item 2 now the challenge is Item 1 is 5 in quantity and Item 2 is 3 in quanity:

Item one x 5
Item two x 3

How do we create such order?

So you are using a form for this, or are you using something else? Can you attach some screenshots?

Hi @ThinhDinh We are using the form to create an order screenshot attached below.

So do you want to add multiple items in the same form screen? I think it would be better if you have a Cart table, add multiple items in the same Order to that Cart table first, and when the user is ready to Order, give them a button to submit an Order row that would include a comma-delimited list of cart item rowIDs.