Error Commiting a List of Objects

0
I am trying to commit a list of Objects that is coming from a Database Connector Execute Parameterized query and getting just a Error pop up. I check my console and have not seen anything. Below is the microflow snippet.   
asked
2 answers
1

Could it be a null pointer? First check if the list is not empty and only when not empty commit the list.

Regards,

Ronald

 

answered
0

Thanks Ronald for the input. Found the issue. I am forcing some attributes of the object by assigning them null values. Mendix doenst want that I guess since when I added actual values, it work fine. 

answered