Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I often use this code in process flow to delete all labels on a token:
token.as(treenode).subnodes["labels"].subnodes.clear();
I am trying to use it to delete all labels on a 3d item which is itself a label on the token but it does not work.
token.item.as(treenode).subnodes["labels"].subnodes.clear();
Is there a way to delete all labels on it easily instead of using Remove label option in assign label activity for each labels?
Solved! Go to Solution.