Regarding duplicate data
Hi @charles In our extended project, we want to prevent users from creating duplicate companies (based on the name). Is there any built-in feature or functionality we can use for this?
1 Reply
There's API which returns duplicate records
The dirty hacky way would be to use webhooks only for creating companies as a trigger in n8n or any other workflow maker, then send request to API for duplicate companies, if there are any, delete them
Which isn't ideal considering the fact that page isn't refreshed unless user does it, login token expires or something happens with cache