
Announcements
I am getting following error while inserting record in SQL Db from Json output "status": 400, "message": "Argument out of range\r\n inner exception: Non-negative number required.\r\nParameter name: length\r\nclientRequestId:"
verified all data type and size looks good. Any pointers on to resolve this issue?
Hi v-ambaja,
From the error message, it seems that a positive number is required in your function.
Please try to debug and check the value in your JSON file to see if there is any negative number which is not expected.
Best regards,
Mabel Mao