I’m not sure what this means. For context, I’ve tried the below but haven’t been able to get it to work:
The English language translation only had label instead of label::English. I changed this on both the choices and survey worksheets. Also noticed that the Hint had a French translation but did not have English indicated for the column that had English. I changed this as well.
I removed all columns that had headers but no data on them from the external CSV files attached to the form.
I removed the list_name column from the external CSV files
I also checked the name column on the survey and choices worksheets for any special characters. It seems there were none.
The choice_filter for the sp_id_auto field would require you to add something to ensure that the form can run. I added First_Name=foo to this.
The pulldata() functions that read from sp_register e.g pulldata('sp_register', 'Family_Name', 'name', ${sp_id}) refer to name a column that does not exist in sp_register.csv . This doesn’t necessarily prevent the form from running though. The first bullet explains why there was an issue running the form.