An Error In Orchestrator
Hello,
We are working on an Orchestrator with a REST API (for a different project). In the connector, we tried to manipulate the body, but it gives an error. You can find what we try and the error we receive below. Can you please support us?
JDE: 9.2
EnterpriseOne Tools Release: 9.2.5.4
Manipulate Body
import groovy.json.JsonSlurper;
import groovy.json.JsonBuilder;
import com.oracle.e1.common.OrchestrationAttributes;
import java.time.ZonedDateTime
import java.time.ZoneId
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter
String main(OrchestrationAttributes orchAttr, String input)
{
def jsonIn = new JsonSlurper().parseText(input);
// modify jsonIn;
def input = jsonIn["recordingDatetimeUTC"]