Import XML document in mendix

1
Hi,  I have created an app for importing XML. It is working fine but it is importing only one data from the list which is the last record of the list. I have followed this link to create an app  Import XML Documents | Mendix Documentation Please suggest me the solution that I can import all the record of the list. Thanks and Regards, Harshraj Singh
asked
1 answers
0

A bit of a guess, but assuming you did these settings exactly as in the picture:

Could it be that the customerid is the same of all objects you are importing?

If this is not the problem: can you doublecheck that the xml you are processing actually contains multiple customers? You can use the StringFromFile java action from the communitycommons module to check the contents of the file.

I hope this helps.

answered