I have a form in my site to let people apply to be in our roster of rental spaces. My form has a button that allows you to add another property to your application and it will automatically tally how many properties you are submitting. In theory I need this to be an infinite number
Here is how the data comes in:
I have a repeater that repeats the amount of “Property Count”, and I need in that repeater to call each field name based on the iteration. for example {{1.Property-[ITERATION]-Name
}} but dont know how to call an item with another item name inside. This is the idea:
But when I do it, it saves like this and returns an error:
I tried using a variables to make a prefix, iteration number, and finish it off with the field name, but that returns this on notion:
Any ideas?