Remove duplicates from parser

Hi,

I am trying to retrieve email addresses from a website, but I don’t want duplicates.

I have a text parser which has two bundles, but I cannot use deduplicate on this.

How can I solve this with removing the duplicates?

Thanks in advance.

Greetings,
Robin

blueprint.json (23.1 KB)

Hi @uitholland
You can use array aggregator to group all the duplicates together:


You can test the blueprint here:
blueprint (19).json (23.9 KB)

Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation

1 Like

Thanks @Msquare_Automation