I am getting an error in a Client's flow, when receiving the callback from a BAPI, using the SAP ERP Component.
The component does not seem to be able to interpret the callback and returns the error: "String was not recognized as a valid DateTime" in some cases.
This does not happen always, but the error is not intermittent, depending on the value of the parameter sent to the interface, the connector may or may not work (interprets the return correctly according to the parameter).
Tests and debugs were done in the SAP function and it was verified that SAP returns the data correctly, however this data is not interpreted or processed by the component.
Note: We are migrating this SAP call, this is a service that already exists and works perfectly developed on another low-code platform (Outsystems).
You can see that the error is intermittent, and depending on the value of the parameters provided (there are several that give an error, this is just an example, but they all have the same value pattern), see the cases below.
This is a successful case! Here can see the value of input parameter is CLML114110. This is a String value.
This is a Error case! Here you can see that the input parameter value is CLML114220. This is a String value too.
I await a response from someone who can help us.
Thanks!