Forum Discussion
tstack
8 years agoFormer Employee
You need to put $ in the target path so that the result of the cleanupTree() function is used as the new output value. The ‘Pass Through’ option should also be unchecked. Without $ in the target path, lib.objutil.cleanupTree($) is treated as the JSON-Path to delete.
stephenknilans
8 years agoContributor
THANKS, that did it! I thought I had tried the “$” as well, but it works now. THANKS!
- stephenknilans7 years agoContributor
Did anything happen to cause this to break? It doesn’t seem to work anymore.