Here's my setup:
SQL Server with 3 feature classes that all participate in relationship class and joins with a single, non-spatial table.
I want to be able to allow users, via a web map/app to add rows to this table, and have it update the feature class attributes.
Publishing works fine. However, on the table itself, I do not see an "add new row" function.
I created something with AppBuilder and included the "Edit" widget, but it has no effect. It only allows a user to create new geometry, but not simply add a new row to the table.
How do I get it to allow users to add new rows to the TABLE?