Resolved! Server Script: update record if it exists otherwise create a new one
I am looking for code examples of a server script that checks to see if a record exists in a table based on a specific field, if it does then it updates the record with new information and if it doesn't exist then it creates a new record in the table...
