Hi
I have a list of records (say 10) to check duplicate and only insert unique into a mysql table.
If the record inserted the ID will return and perform the next action.
else the return will be -1 and here do nothing and just continue with the list of 9 remaining record.
I cant seem to find a resume next or similar in ROUTER. Or should I use a different tool/module to perform the “resume next if nothing return” or “return back to the iterator”
Any help please?