I want to add a new Oracle Apex form to insert/delete tuples on a table. The problem is, when i create the form via wizard, there is one step "primary key source" that make me choose one method to automatic add primary key (plsql, trigger or existing sequence), and i want to manually write the pimary key case by case.
there is a way to do that?