@jmroesserCan you confirm you are importing into the List itself? It sounds like you are importing into the Module and expecting list members to be created. You should have two steps: 1. Load the data file into the List and create the list members themselves 2. Load the data file into the data Module which will load the data, mapped based on the list members created in Step 1.
... View more