joshmccarty wrote:
It's those simple things that are the most frustrating; all now working fine.
Hi fairfieldbusserv,Thanks @joshmccarty,
The valuepairs expects an actual JavaScript array, not a string that represents one. If you remove the single quotes around the variable's value (and the stray comma at the end) it should work.$valuePairStr = [["JobTitleLookUp",$jobTitleLookUp.val()],["Description_x0020_of_x0020_Dutie", $descDuties.val()],["Pay_x0020_Basis", $payBasis.val()],["Contracted_x0020_Hours",$contHours.val()],["Advertisement_x0020_Date",$adDateformatted],["Application_x0020_Close_x0020_Da",$appCloseDateformatted]];
It's those simple things that are the most frustrating; all now working fine.