Environment:
- Oracle Database 19.0.0.0.0
- Oracle APEX 21.2.3
One a page, I have 1 pre-rending process that executes a SQL query via cursor and loads from that result-set (of a database table) into an Oracle APEX collection.
Then after pre-rendering, an IG (Interactive Grid) shows the data (if any) from the apex collection that was just populated. In this case, just 1 row, all columns are read-only except for the last one (a VARCHAR2 datatype) that is a checkbox based on two values ('1' - Checked, ‘0’ - Unchecked).
I added a DA (Dynamic Action) on said column to do a test, and I added a True action - (Alert with a simple message).
And nothing happens. I've scoured the forums and this particular seems to come up, and I've checked my settings.



The IG has Edit enabled

Yet nothing happens:
