Microflow URL Redirects to Incorrect Browser URL

0
I'm using a microflow URL to open a specific page in my Mendix app. The URL looks like this: https://abc.com/link/employee-report?employee=john The page loads correctly, but the browser URL changes to: https://abc.com/?employee=john This is misleading for users because the displayed URL doesn’t reflect the actual page and won’t work if reused. Is there a way to: Preserve the original microflow URL in the browser? Or at least show only the base application URL (e.g., https://abc.com) instead of an incorrect one? I’m aware of some "Set URL" widgets that might help, but I’d prefer a native solution if possible. Any suggestions?
asked
0 answers