Insert Data To MS Access Without Duplicated Values

Hi Guys! I am trying to insert a data table into an MS Access database, however the data that is inside my data table may have a duplicated entry inside the database.
I tried to set up composite key for Access database to prevent duplicates entries, but UiPath wont let me write into the database anymore:
image
Is there a way to fix this? Or is there a better way to not insert a data entry that is already in the database?

Thank you!