I have set correctly my JSObject with the name of every field as it was identified in Bakery.
{
name: {{ui.SmartTable.newRow.name}},
description: {{ui.SmartTable.newRow.description}},
startDate: {{ui.SmartTable.newRow.startDate}},
endDate: {{ui.SmartTable.newRow.endDate}},
idPlace: {{ui.SmartTable.newRow.idPlace}}
}
Anyware when I click on create button and the action “add lesson” is called I receive this error.
Cannot read property ‘name’ of null.
But as I have said the property is set and configured correctly