Hi,
Under Oracle APEX 24.2.15, I have page with three regions and a Region Display Selector for that regions. I put only one DA with “Dialog page closed”, with selction type Region : “Interactions terminées” and Action is “regenerate”, Selection type “Region” : “Interactions terminées”. It works, the DA is fired.
On the same DA I added the same action but for another Region : “Interaction en cours”. When I am on the region “Interactions terminées” and call the Modal PAge, when it is closed, the region is well refreshed. But not the region ”Interactions en cours"!
When I am on the region “Interaction en cours” and call the modal page, the DA is not fired and the region not regenerated.
In fact the DA is never fired for the region “Interaction en cours”.
On the DA first Action is:

Second Action is:

I tried two create two DAs with only one region regenerated, but it does not work either.
How to do ?
Best regards.