Hi,
Anyone suggest the best way to address duplicates entry while a user is filling in a form?
I have an editable list where the user enters info into several fields
The user can add many records while filling in the form and could also accidently enter the same record twice (on the same submission)
How do i best do a check to if any duplicates appear in the submission before it is SAVED to the smartobject?
If there is a duplicate, i want to drop it back to the screen and not save.
Any ideas?