Hi,
Under Apex 24, I have an interactive grid named on p. 13 based on a table named RH_ACTIVITE_EFFECTUEE. There is a column in the Interactive Grid (IG) that is defined as a select list from a table named RH_ACTIVITE. I have a modal page that insert records into that select list table (RH_ACTIVITE). When I create a new record on the table with a modal page, I would like to refresh the select list of the IG :

I have defined a DA to refresh the select list on Modal dialog close but it is not “working” (ie the select list is not updated):

Best regards.