This image shows the Create Sales Order orchestration in the Orchestrator Client. The Generic Inputs check box is selected. The focus of the image is to show that the JSON Input check box is selected to test the orchestration. The text box below the JSON Input is populated with the JSON as described in the preceding steps. The right side shows a green check mark which indicates the test was successful, with the following Input and Output areas displaying the following JSON: Input area: { "GridData": [ { "Item Number" : "210", "Quantity Ordered" : "1", "Requested Date" : "2018/12/31" }, { "Item Number" : "210" "Quantity Ordered" : "2", (The rest of the code is truncated in the space provided, but there is a vertical scroll bar on the right that you can use to scroll and view the remaining JSON input.) Output area: { "Previous Order" : "4384", "Previous Order Type" : "SO", "Previous Order Company" : "00001" }