Hi,

I am a bit in a pickle now or just having a brain fart, I have 2 IF conditions, where in first one sometimes customer fills in the contact, sometimes not and thus results in empty.
In the second IF, the customer always fills the contact, in the end I need to continue flow by merging the data by key (I cannot use append because customer sometimes can be in both and it duplicates the accounts).
Issue is that if first IF is empty (all customers during this time filled in the contacts), then the merge by key will not work and return empty. Any idea of how to bypass this and allow the flow to continue not being empty and just have the 2 IF data?
Thank you very much.