how to get parameter with deeplink

0
Hi I using Deeplink Module I want get parameter with deeplink but, parameter is deprecated So I want to use it as follows http://localhost:8080/link/confirm/12312423523 I want get 12312423523 by deeplink Microflow I use Get application URL , url is http://localhost:8080 Is there a good way?    
asked
1 answers
0

Hey Sene,

 

For the value at the end of URL 12312423523 you don't wanna use Mendix object ID you wanna create it custom e.g. ConfirmId -> you can create event handler for it After create when you can generate your ID and also you wanna create URL manually. It's should be something link this image.pngimage.png

image.png

This picture are just for example you should create it using your own logic.

 

Best regards

answered