For some reason string type field became bool type field
I have field name that starts like this one in bug, and it’s bool
Previously all working properly. This bug appears after some of your changes
The problem is that in this field I have data like “false” and “true” too, but it’s just string and should processed as string with “”, not just true/false as bool
Ofc for now I have errors in endpoints
Endpoint error
I need this fix, couse part of the project based on this field