updateOrReplace by field
Instead of having to use the record id, is it possible to use the createOrReplace method and search by one or multiple fields.
e.g.
1 Reply
currently not, but that's something on my list to do.
At the moment I think the only option is to do a
findOne
and then the createOrReplace
.
Or you can consider setting custom values for the id column.