Create microflow with parameters to access the page and navigation menu can read the page with parameters
0
Hi, from the create page I have done, I already set Parameters and I want to create microflow with parameters to access the page, so can read from navigation menu, may I know how to pass parameters in microflow so the navigation menu can access the page? Thanks
asked
Prima Ndaru
1 answers
0
Hi Prima Ndaru,
Reterive the object you passed in the page parameter and pass the parameter in the show page .If you need to show the data in the page, you use show a page instead of call a microflow. If you need to create a object in the page ,Reterive the object and pass the object in the microflow.