How to prevent record duplicate by the Smart Action

is there a way to prevent row duplication?

I want to prevent duplication of a record for it has 1to1 relationship with another model, which gets transferred to the new record unintentionally, and I want to prevent users from making that mistake.
I couldn’t found any standard way in the project settings to do such thing

  • Project name: Empathy
  • Team name: All Teams
  • Environment name: Production
  • Agent technology: nodejs
  • Agent (forest package) name & version: 9.3.20
  • Database type: Postgres
  • Recent changes made on your end if any: none

Hi @Avishai_Lippner,

If you disable the Create permissions in the roles permissions, it will hide the duplicate button :wink:.
Does it fix your issue ?

1 Like

It fixed the issue :raised_hands: