Native - Register Deeplink causing multiple loops of calling the Nanoflow

0
Hi everyone,    I’m working on a Native App using Mendix 9.18.4. As stated in the Mendix documentation, the Register Deeplink JS Action is recommended to be added in the App events widget, under On Load Nanoflow.   We have done as recommended, with the App Event widget located in the App’s home page.    However, every time the user loads the home page, the Nanoflow to parse Deeplink URL to object will load, causing the Deeplink nanoflow to be called.   Example: If I click the Homepage 5 times, and the Deeplink results in a pop up message, there will be 5 pop up messages.    Any idea how to avoid multiple calls of the same deeplink?    
asked
0 answers