Web.Activities 1.4.5 XML element Error: Object reference not set to an instance of an object

@navin.singh
it looks like your XML has defiend a namespace (somedata, but ensure the value somedata is accepted as a valid namespace or edit it accordingly) and therefore you cannot work with local name only.

test it with a log message and yourXDocVar.Root.Name.toString

Handling namespace have a look here:

1 Like