Hello all,
I am doing a patch function on my SQL Table and I keep getting this error response: "Value must be at most 50 characters in length".
When I test the same patch function to my dev table it works, but in my prod table it does not. I do have Primary Key column that is auto-increment that i do not include in my patch function. All other columns allow nulls except that. Anyone know what is the problem/issue here ?
Thanks