Data ingestion to RT CDP failing due to data type mismatch error
Hi
I am using Web SDK for data collection and then data is being sent to Adobe Analytics and CDP via a common datastream. During data ingestion we are facing data type mismatch error for fields having "true/false" or "yes/no" type of values.
Here is one such error message
The message can't be validated due to the data type error: #/_experience/analytics/customDimensions/eVars/eVar62: expected type: String, found: Boolean.
The Schema has these evars as String and not Boolean and these evars are getting values from the data element which in turn is using datalayer to fetch the values.
We could not find any place where these evars or any variable related to these is set as Boolean on data collection side.
Did anyone else face similar issue and found a resolution?
Thanks
Parm