Add NULL value for missing property on the source data in batch insert

Please add an insert NULL instead of generate error when a propertiy is missing in the data source.

Or even extend the UI to be able to add a default value to field.

Can you explain what you are doing in a little more detail? There is already a default field that you can assign. so take whatever data you are inserting and you can add .default(null) to the value, that ways if there is a value assigned then make the value null. or what ever value you want for the default? But not sure what you are trying to do?

This has been added to Wappler 6.2.2

1 Like