"On success" custom javascript no longer work since last appery update (data parameter)
Hi, since last update of Appery feature, some of our custom javascript code seems to be broken.
I think it has to do with the format of the "data" parameter on "success" event.
has an example, we had that line of code : if (data.response.status == "0" && data.response.totalRow == "1") {
Here is a screen shot of javascript console. First I logged the "data" parameter and next you see the error..
What exactly is happening? Has the format of the data parameters changed since last update?