How to retrieve the deeplinkvalue in a MF when deeplinked?

0
Hi guys, An anonymous user comes back from an external environment through a deeplink. This deeplink executes a MF. In this MF i want to retrieve the deeplink the user came the app in. How could I do this? Seen the fact that the deeplink module does this, it should be possible also in another MF?
asked
2 answers
0

Hi Rapido,

Looking at the topic of your question, when you go to the deeplink settings you have to tick the box "Include GET parameter". then on the microflow that runs after the deeplink is executed, you will have to add an input parameter with the data type "String". This string will contain the value after the question mark in your deeplink.

answered
0

Hi Sebastiaan,

Thnx for you reply, but unfortunately I wasn't able to fill the "String" in the MF after executed Deeplink. Programatically I make deeplinks in a MF with these settings and commit it with events later in same MF.

Settings: (see attached image) alt text image link

answered