Hi,
Under , Oracle APEX 24.2.11, I have a form initialised by a process type Form Initialisation who initialise a a form on the page from a table AD_BENEVOLE. After the Initisalisation process, I affect the the primary key of the form a static value for the ID of the table (281), a primary key of the table (ID), then I expect the record of the table will be displayed in the form, but instead I get a blank page, as if it was a creation of a record on the table. The record already exists on the table AD_BENEVOLE :

I don't understand why this record is not displayed in the form. Instead it is a blank page which is displayed as if it was a new record :

Best regards.