Hi everyone,
I have a problem, I try to fill a dataTable with a “External API” using a custom query, but when I send the data I receive this error
` {"exception":"class org.bonitasoft.engine.exception.BonitaRuntimeException","message":"USERNAME=walter.bates| java.lang.IllegalArgumentException: unable to parse \\u0027\\u00222018-05-13T00:00:00.000Z\\u0022\\u0027 to type java.time.LocalDate"}`
the external api url is this
`../API/bdm/businessData/com.muestra.model.Muestra?q=findByDateRange&p=0&c=999999999&f=inicio={{json_report.fechaInicioProyecto.fechaIni}}&f=fin={{json_report.fechaInicioProyecto.fechaFin}}`
the parameters is fill with a “DATE PICKER” control
I am working with BonitaSoft Community 7.5.4
thanks for any help