Hello everyone, I'm having trouble synchronizing my main recordType which is called "RSD Solicitud Desembolso".
I am using a Web API to perform a database save using a writeRecords()
The error it shows me is the following :
But the registration was successful in the database. :
The recordType is stuck on synchronization and doesn't change from that state; I've attached an image of the record configuration:
I don't know if the problem is due to some data type; currently in my table --> recordType I am using values of type number, text, decimal, integer
Discussion posts and replies are publicly visible
The error might occurs because one or more record types are not fully synced or their synced data is invalid, often due to data type mismatches or sync failures. Do check data types, validate source data, and resync or recreate the record type.