On click functionality options in a navigation menu item of a Native mobile app

0
Hi,  Are there anyways to call a microflow or nanoflow from the navigation menu item, because I’m able to see only two functionalities i.e. “Show a page” and “do nothing” in the navigation of native mobile.
asked
1 answers
2

Hi Mahinnisa,

Native apps only support those two options. Since Native apps are “Offline First” microflows are not possible anyway and Nanoflows are not supported as navigation options. If you want to trigger logic while opening the page you might want to try the microflow timer and add a nanoflow on the page once it opens, you can select “Execute once” and the nanoflow will be triggered when the page is opened.

Cheers!

answered