I have service proxy db call, I am sending the jsonarray over event bus through service proxy and converting the jsonArray to tuple to make DB call.
What Issue I am facing is jsonArray I received at my dbService the data-type of Instant got changed to String and data base throwing Invalid datetime format exception.