How can I call an item name with a variable inside?

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?

Welcome to the Make community!

Your question seems similar to Add multiple rows to Google Sheet based on list of variables, where the number is added to the variable names.

Can you try the “Option 1” mentioned there (JSON Pass-through), or “Option 3” (hacky workaround using switch statement)?

samliewrequest private consultation

2 Likes