I want to ensure that I don't duplicate card data across different pipes. In other words, I need to verify if a card with specific fields matches a card in another pipe.
I’ve already connected the pipes, but currently, I can only search by the card title. I’d like to check other specific fields as well, such as "Company Name" and "CNPJ."
Additionally, if the data matches an existing card, I would like to block the creation of a new card to avoid duplicates.
Is this possible?