XLS form: pulled data: invalid validation

Hello everyone,

I am building my first XLS form to pulldata in. I am using some examples. I think I did everything right but I get an error in my csv.

When imported in Kobotoolbox I receveid the message :

Here are my files:

test_pulldata.xlsx (10.1 KB)
family_country.csv (100 Bytes)

Could you help to understand what happens? I really need to master this function for next week.

Thanks in advance for your help :slight_smile: here are my example

@lisa_vdh, this is because you are referring to the variable name familycountry in the same line (row 3, B3, and D3). See image below:

Try to change the name of any one of them and it should solve your issue.