I have a Form that functions as a survey. The Survey has its own spreadsheet containing the form questions and answers. The survey will sometimes change, and depending on who is logged in, there may be a different survey loaded for them verses another user. Once the survey is complete, it needs to be appended onto another spreadsheet called “Sample Data”
In the classic apps I accomplished this by having a spreadsheet for each question of the form listing the answers, and the answers were added to columns in the sample data sheet. I need my user to be able to submit to me a spreadsheet with their requested form questions and answers, which change periodically. Since the new version of glide came out, I cant figure out how to have form answers go to the correct destination.
Here you can see the Survey source is being listed as “Destination” in order to have the app load the questions and answers properly.
Here is the survey format currently
here is how the form is loading up that Survey sheet
I need the answers to the form to be saved in the columns at the end of “Sample Data” sheet
Here are the columns where those answers go within “Sample Data”
I tried using the Additional Columns option, but even though it allows me to select the destination columns from “Sample Data” It doesn’t actually write to those columns. I gave a long amount of time for the data to load but it never did populate.