Hi,
Ok, this is a good case indeed. All is working fine, but here's the catch!
when you use the action XmlGetNextNodeListProperties several time within the same fsm, there is an internal problem of handling data for me to be able to loop back, so there is a "Reset" bool variable you need to set to true, when the loop should start with a new set of data AND from the first entry.
so, in Loadfile, just before loading your resource and launch the procedure, raise a "Reset loop" bool to true, and reference that "reset Loop" in the "get data" state within the action "XmlGetNextNodeListProperties" and now it will properly start again, AND take in consideration the reset flag. you'll end up with your dataTable properly loaded with stuff!
Have a go, and let me know if this is not clear.
Bye,
Jean