Change the DATA format

Heeey Community,

Actually after enrichment with Dropcontact node i receive the email data “messed-up” i want to clean it up and keep only the email adress.

(Pics below)

image

Hi @TheG, good to see you here on the forum!

So you’d like to extract the email address in this example from an array inside the actual Email field? You could try an expression like {{$json["Email"][0]["email"]}}:

Example Workflow:

Result:

Thank you Jam, it works :slight_smile:

1 Like

Awesome, thanks for confirming!

1 Like