API for Work Order Text Attachments - Error using variables
Hi
I've created an JD Edwards (E920) Connector in Orchestrator Studio to return a text attachment on a work order routing (F3112), using the standard Oracle API "....jderest/v2/file/gettext".
This works great when the the values are hardcoded., but I get an error (status 400) when I replace one of the required values with a variable.
The API's moKey requires the Work Centre, Operation Sequence number and Work Order number. The API works when I add a variable for the Operation Sequence number (${Operation}) and Work Order (${WorkOrder}), but fails when I add the Work Centre ${WorkCentre} as a variable