replaceOne does not exists?

Hi,

I tried using replaceOne in RealmSDK, but it didn’t work.

Does this function not exist in the SDK? If not, which one should I use?

Hi @Bruno_Nobre,

Have you tried whether updateOne(…) can work in your case? It’s not a one-to-one match, but most use cases are covered.