How to implement the input URL to jump to the corresponding code segment of JSON?

1
Hello everyone, I want to achieve this effect on the mendix front-end page. When I enter the URL, I click on the jump page to jump to the JSON code corresponding to the URL. When I change the URL, I get different JSON code. What can I do to achieve this effect?
asked
1 answers
0

Hi Lebron,

Not sure what you are trying to accomplish but you can use the deep link module to trigger a microflow based on a url.

https://appstore.home.mendix.com/link/app/43/Mendix/Deep-link-module

 

Here is the link to the example project on github.

https://github.com/mendix/DeeplinkModule/tree/master/src/DeepLinkModule

 

Hope this helps!

answered