Hi @wang.t.nice Just use code node to parse it using javascript or try “Set Field” node to remove that, i recommend Code Node for the control and ease. Hope this helps.
One important clarification that may help others reading this:
the Remove Duplicates node only uses the selected fields during the comparison phase to decide whether two items are duplicates.
It does not modify the JSON structure of the surviving item.
This is why excluding summaryInfo works for deduplication, but the field still appears in the output. Field removal must be done explicitly with a Set or Code node.