Why does it only print the first row of imported data?
Answer
Your imported file needs a header row.
Check your spreadsheet or CSV. The first row needs to be the name of each column.
If you only have one column then add a word like
MYDATA
to the top of the file.If you have two or more columns, add something like
NAME, SKU
orPRODUCT, PRICE, QTY
to the top of the file. Use whatever names make sense.
Once saved, reload the imported data and check for updated variables. You should be able to select each row in your imported file. Now you can add variables to your design.
See also...
Why is my spreadsheet column not working?
Double-check that your column's first row has a simple name such as "SKU" or "PRICE."
Why is my label data not updating?
Double-check your spreadsheet columns.
Why is my data not changing?
Find out why your data may not be changing and how to fix it