Import XML activity returning null

1
I can't seem to get it working after several rounds of debugging. Surprisingly, the exact same microflow works fine when I use another mapping. So, the problem should be in the mapping. I have checked it again (and again), but can't think of a reson why the output is null. Please help. In other words - what are various resons why Import XML action would return null, despite a non-empty input? Image - link text
asked
1 answers
1

Most likely that the XML you're reading doesn't actually match mapping (including name spaces and everything, note that it may 'look' alright but the name 'Table' in the namespace Furniture means something different than the name 'Table' in the namespace 'Database', for example. Perhaps you can use external tooling to see if your XML matches your schema.

answered