I am currently working with Interactive Grids in Oracle Apex version 5.1.2 and I am having trouble figuring out how to add a row that automatically fills in one of the cells in the new row with a certain value, like the person's username or current date. I know in version 5.1.4 there is a section in the "Column Attributes" that allows me to put in a "Default value", but unfortunately I have to work in version 5.1.2 for this project. Does anyone know of a way to program the interactive grid so that every time I click the "Add Row" button it automatically fills in one of the cells in the new row with a certain predetermined value? Thank you in advance.