Hello,
I'm attempting to submit a job to a gp service that takes multiple Feature Sets as a parameter aka GPMultiValue:GPFeatureRecordSetLayer on the gp service end.
I have confirmed my gp service is working correctly by submitting jobs via the rest endpoint and manually supplying the parameter.
I'm using array.push() to add my feature sets to an array and using this as the parameter value for the gp service in my app.
For some reason the arcgis server shows my input as having no value when coming from my app. I can see the network traffic and the array looks good when submitted. In fact I have copied the text in the headers and submitted it manually and the gp service runs great.
Does anyone have some insight as to what might be happening here?
Thank You!
-Dane