Hello, I'm using a simple json input to add records in bulk, and wanted to know if it is possible to avoid adding duplicates?
Each record has a unique text field in the input, is it possible to somehow set that text field to be unique and reject any further attempts to add it?
Thank you, appreciate it guys!