I believe your problem is that the value in the queen tag is an integer and the labelname expects a string. This is why the hardcoded string value "111" works and the other doen't.
DECLARE label CHARACTER CAST( inputRoot.XML...queen AS CHAR);
SET OutputLocalEnvironment.Destination.RouterList.DestinationData.LabelName= label;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum