Hello,
I am trying to parse and XML and create SP entries for each node information.
I think am doing the correct thing, however in the last step (Sharepoint item creation) it seems that that action is creating extra entries in the sharepoint. For example: I've 2 products in my XML; A and B. I want to create one entry for each product on SharePoint. However the results are:
-1 entry for A
-2 for B (one A and B)
It seems that its always creating again the previous item.
First item result:

Second item:

Any idea??
thanks!