Hello,
I have a page in oracle apex, version 22.2.5. I have created a page, added a page item of textfield and also created an interactive grid. I want such that user will type a name in the textfield and when the user uses the Actions menu -→ Download -→ Excel, then the file should be named by the value which he entered in the textfield.
P.S. : In the interactive grid -→ Attributes -→ Download -→ Filename – here I added the page item value as : &P45_FILE_NAME.
But still its not taking that value… Maybe something should be done so that the page item stores its value when the user downloads the file?