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:
- Date
- Location
- Batch Name (Choice Component)
- 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.