Check data from 2 different parents

I have 2 email fields in each api, the api doesn’t have a webhook so I always have to get the same data. what I’m trying to do is, search all emails from an api, and check if the next api has all the emails, if not all, register only the ones that are missing.

This flow is to automatically register users who have registered on one platform, passing the data to the other platform.

I’m going to leave here the flow that I’ve already done some tests. and also the image of the flow.

Hey @egnine_team,

Thanks for sharing the workflow. You can use the Merge node with the Remove Key Matches mode. You can refer to this example that does something similar: Add only new records to Airtable

The Remove Key Matches mode will only return the emails that are not present. You can then add that email address to the API.

Hope this helps :slight_smile: