I have a blank gallery to which I dynamically add rows however many I need and then add data to those rows. On save I create a collection from that data and then I patch it back to a sharepoint list. All works well.
However I now need the functionality to check for duplicates in one of the columns (it's text input, number type) before I patch it through to the sharepoint list. notify the user and give them a chance to update it.. (notify function would be absolutely fine for this)
I have read numerous duplicate questions, watch a ton of videos but can't quite get the scenario I need.
So somewhere between Collect(mycollection..... and Patch (mycollection I need an If duplicate then notify if not then patch !
Any ideas gratefully accepted
TIA