Allowing user to add multiple items

I have a glide app that reports temperature for various compost batches. I want the user to be able to add data for as many batches as they want by staying on the same screen and without having to click on the + sign again and again. How do I achieve this?

These are the columns in my data:

  1. Date
  2. Location
  3. Batch Name (Choice Component)
  4. Temperature (Numeric Component)
    The date and location stays the same. I want them to be able to add multiple batch names and temperatures without having to enter date and location each and every time.

Advice on how to achieve this by configuring google sheets or using glideapp features is greatly appreciated.

Either make them fill out a form that contain all batches and save each result to seperate columns in a single row, or set up a Zapier button to submit the info on the screen and have Zapier write it to the sheet.