Hi @jocen
Your previous help got me almost all the way to the end of my first application, but I ran into an issue I'm not sure how to troubleshoot here.
I got a few multi-option items to work, but after a certain point, no new fields are being recognized by Values to Append.
In this example, I have the amenities_checkbox checkbox group. It appends perfectly to the google sheet. I copied the element, renamed it as amenities_checkbox2, and now Values to Append won't acknowledge it exists. I get the autocomplete when typing "amenities_checkbox" but no amenities_checkbox2 appears as shown below.
the full text of the error: {"message":"Cannot read properties of undefined (reading 'reduce')","payload":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,true]}
In another example, I added a field textInput1 to the form, added textInput1 to my google sheet, and typed {{form1.data.textInpu }} but as expected, Retool didn't recommend textInput1. When the form submits, nothing appears in column textInput1.
I've tried closing the tab and reopening, checking for duplicate column headings, adding fields up in the header of the application, etc. to pinpoint where I'm going wrong, but I'm stumped. I'm hoping someone may have an idea of what I did wrong here.
Thank you again for your help.