This attribute stores the form name.
Define the form name in the Template field:
<remform tableName="itsm_incident" name="incidentForm"></remform>
Then, call it in the widget client script:
const builtInForm = s_widgets.getForm('incidentForm');
await builtInForm.save();