Insert multiple records easily

Hello
New to Retool and the community.

I'm trying to build an app to help my team track shipments. Each shipment can have a several parts (can be up to 30-40). For each part I want to record the part number (PN) and quantity.

What is the most suitable UI component for this (preferably that can also support to paste the data)
I tried using an empty table as an insert tool but was unsuccessful

Hi @OM_A - welcome to the forums. Where is the data coming from? Instead of a copy/paste, perhaps a file load input that parses the data when loaded would work a bit better? Then you could send the parsed data to a table (or a form, or whatever) for review, or directly to the DB if the source already as PN and Quantity and you trust it is complete.