This is the Web Request I'm trying to make
{ %(Name: ShipToName; Type: Text), %(Name: ShipToAddress; Type: Text), %(Name: ShipToCity; Type: Text), %(Name: ShipToState; Type: Text), %(Name: ShipToZip; Type: Text), %(Name: OrderDate; Type: Text), "Items"[ {%(Name: Items; Type: Text)} ] }
I need to include an array of items at the bottom, but I'm not sure how to make those comma separated. Any ideas?