I can’t reliably post to set columns of my data tables. On random occasions, nothing shows up, even though the response is code 200 exactly like when it actually is successful and data is posted.
What am I doing wrong? Here’s an example of my request:
"columnValues": {
"0tAAp": "8ccc7fe569d6d66455cebd5070d3500ff6c8172f",
"lUkz0": "2023-12-11T16:30Z",
"9RlYm": "9ZiX6zYRYb6YjVwU361TdQsx5DmVDthF",
"qgM0F": ""
}
The data request for the post is consistent, if I had to guess, I’m experiencing about 50% success, and then 50% random unexplained failure. Is there anything I should be checking/configuring before I raise a ticket?