Depending on an input, I need Tape to “create” that amount of fields.
In my case, min. amount = 2, max. = 38
I know there are limitations and my current idea of implementing this is to create all 38 fields, hide them when empty and do an automation to fill each field with the required data.
My question is: Is there a better/smarter way of doing this?
For things like that I will usually create a new app to act as the “fields”, then you use a relationship field in your main app. For example, I have created a “Line Items” app which links to my “Invoices” app. This lets me create a dynamic amount of line items for that invoice - just create them in the Line Items app and link them via the relationship field.