Create service not adding to database
I have a create service that has two events - success and error. I was getting an error because I had the date formatted wrong, and I have an alert in the error handler so I can see if there is any error. Once the date format was corrected, there is no error, but nothing gets added to the database. The mapping to the create service is below. The success simply reposts the query, and I refreshed the collection, and the new record is not there.
Any help appreciated.