I need to use some database services in a flow but I cann’t map the right data to the $data, $criteria or $set input variables of these services.
I tried this: created a record or record list with a variable for every column in the database table I want to address and set the values of all these variables. I mapped the record or record list to for example the $data input variable of the pub.db.insert service.
This is an example of an errormessage:
“com.wm.app.b2b.server.DBException: No info available for column ‘id’ in table ‘CMN_DEPARTMENTS’”
The record that was mapped to the $data input variable contained a variable ‘id’ and a value was assigned to it.
All advise is welcome.
Didier