I'm finding a sudden uptick in errors around data types.
For example, just now I was trying to update an array of integers. I got this error message:
Whoops! An error occurred.
Exception: Param: voc_problems - Value "[8133, 8100]" is not a valid integer.
The Run & Debug showed the same issue.
I tried it again from the front end and it worked. Same data, nothing changed in the endpoint.
I spent over an hour yesterday trying to debug an issue where a string value - that remained a string value through a number of updates to a variable - suddenly starting returning as an array and throwing a scalar error. I was using the 'first not empty' filter in the Edit Record function. These were working fine on other fields but not on this.
When I cloned the function and just updated those fields on their own it was fine. Nothing else changed.
I'm finding it all a bit baffling as it seems like I'm suddenly getting errors for functions that have been working for ages!