How to show the standard 404 from DeepLink microflow?

0
Hi. I have a parameterized Deep Link in my app and when the parameter is invalid I want to show the standard message: “The page you requested was not found. You are redirected to the home page.” and show the home page. How to do that?   The message above is shown by Mendix when your page has the URL property set to /PageName/{Id} and you provide an invalid Id.
asked
1 answers
0

Hi Ilya, you could create a page showing a 404 error you want to display, and then in your deeplink handling microflow, when the object is not found, show that page in stead of the page with data wich you show when the object was found

answered