1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
480 views
by brandon-w-8204 (34.1k points)

1 Answer

+1 vote
This will need to be in a custom mapping
 
if (message.checkNodeExists('OBX')) {
   message.removeAllNodes('OBX');
}
by brandon-w-8204 (34.1k points)
...