Orchestration Input
Hi All
I've a simple orchestration to allow a third party software to update a work order status. My issue is the format of the JSON from the source system, it includes an additional "message" object which will not work with the Orchestration.
The obivious solution is to change the JSON in the thrird party software, however this is a lot more trickier that expected
If there a way to configure the Orchestration to accept the "message" object?
Required JSON input
{ "WorkOrderNumber": 123456, "status": 90 }
Actual JSON input
{ "message":{ "WorkOrderNumber":123456, "status":90 } }
Application E1 9.2
Tool 9.2.4.6