Hello
I'm using APEX 24.2 over a Oracle 21c DB.
I have a modal page, let's call it C, that is called from two pages, let's call them A and B.
If C is called from A I need that the chained options is set to active (on), but if I call the page C from B, I need to set the chained option to inactive (off)

Checked with some AI's about if it is possible to "change" the chained condition based on the page request or a sent value item, bet the answer wasn't useful.
The other option is to create a copy of the page and call each other as need, but the page maintenance would be an issue.
Does anyone ever tried to do this, or know how to get it done?
Thanks