Action button to do mass data entry?

Is there a way to use an action button to create multiple new records based on a pattern template?

For example, we use three-digit shot numbers that increment in units of 10, i.e. shot_010, shot_020, shot_030, etc. I want to be able to enter the number of shots needed then have that number of records created using this naming pattern.

Attaching a picture of how it works in a software we use. Our form would need to include a “number of shots?” field too and I don’t mind hardcoding the other fields in the screenshot.

BEFORE:

AFTER:

We used Make.com to do something similar. Was easier to use that interface to create new records and use the repeater module rather than creating a workflow within Noloco with X number of duplicated create record steps.

As for config values (like your increment in units of 10), those could be settings in a specific config table or tied to each record and pulled into Make with everything else.

So far this method is good for the 10-20 range of new records, imagine it could go much higher but we don’t plan on it.