Yes, that’s your problem. You need to be using a Custom Form, which is basically just a details screen with some input components, which must be targeted at User Specific columns. Because it’s a custom form, there is no submit button. So you have to add your own, and that button needs a create row action, taking the values from the User Specific input columns and using them to create a row in the destination table.
2 Likes