I’m working on a Google Apps Script project where a Google Form is created and connected to a Master Google Sheet. The script references around 9–10 columns from the Master Sheet, while the sheet contains additional columns that are not directly referenced in the script. The main issue is that the script is not properly referencing/processing the Master Sheet data as expected. A test row has been added to verify the workflow, but the data is still not being populated or processed correctly. I’m trying to identify whether the issue is with the Spreadsheet ID, sheet/tab reference, column mapping, or the script logic itself.