Hi
I think there is an issue with the REST API.
I am trying to use Edit or Add actions to push fields that I have defined as type "text" in an appsheet DB table. However, if they are fields that could be considered numeric or datetime (i.e: "0.0" or "04/30/2025 19:35:56") the request goes though and the edit or add gets made, but they are parsed into "0" or "2025-04-30T19:35:56", which is unexpected as I would like the text to be kept exactly as I send it in the body of request.
Thanks!