Hi,
I tried to insert data into derby database from postman input. But I am getting the below error.
"An attempt was made to put a data value of type 'java.util.ArrayList' into a data value of type 'VARCHAR'. (java.sql.SQLException)."
Can anyone assist with why I'm getting this error and how to resolve it?
1 answer
Some more details would be useful. How about sharing your flow and SQL query? Without that it will be difficult to help.