Hi everyone,
I have a flow, where I'm listing existing contacts and checking if their email is the same as in JSON. And in case it is, I'm updating these records with data from JSON.
But I have a problem creating a condition: if email in JSON isn't present in the system, I need to create a new Contact row.
I just can't come up with a clean idea how to do it and what I'm missing.
Right now I'm thinking to create another 'List Rows' and another 'Apply to each' for a condition where email from system and email from JSON are not equal. But I don't like this option, looks messy to me.
Like many times before that, I'm sure this can be done, but I need a push in the right direction 🙂
