Add multiple Records from Stateless Form

Add multiple Records from Stateless Form

Is there a way to add multiple records to one form using a stateless form?
For example:

Stateless_Form
field_1: "Number of Times To Add Record"
field _2: "Category"

//Is there a script to repeat insert based on the input of field 2 (" "Number of Times To Add Record")?

insert into form_1
[
Category = input.field_2
]