hi,
I created a canvas app and there is a tblKapitel with column ID, but it's type is whole number.
I needed to change the ID to Autonumber which is not possible in a straight way.
The only way I found was to export the table as excel file, add to tblKapitel the new column ID2 as autonumber and then import the excel file again.
Import was ok and ID2 values where filled.
I adapted the canvas form (added ID2, deleted the datacard ID) but when trying the canvas app does not allow me to add new rows.
Editing existing rows is possible. And yes, I published the tblKapitel after the change.
And also tried with another browser (chromium) but adding a row still fails with this error message:
cannot be saved. Check whether there are any errors in the form
Whats going on here?🙄
thx