I’m trying to update a record in an Adalo collection via the API. I’m using Postman for testing and using the data from the documentation but the record is not updating.
It’s all working on my side with Postman, did you parse the body in form-data? as it should be in raw also remember to set your header Content-Type: application/json.