Calling microflow with query parameters from javascript

0
Hi All,  Im using PhoneGap universal-links-plugin to add the deeplink functions in my Hybrid app, the problem is deeplinking is working fine and i have been able to send the user successfully to my app, but how can i pass the query params to microflow from javascript or is there a way to refresh the app windows with the url coming from other apps like email etc. regards,
asked
1 answers
0

Hello Usman,

You can call microflows with no input parameters or a single input parameter of type object or list through js/jQuery via the mx.data.action method. See the documentation Here

Hope this helps

answered