I Want to show a page in Navigation but get error

1
Hi all,  I want to select the page for navigation But when I call the page I got the error how can I resolve this error Please help for this
asked
2 answers
3

Your page expects a parameter (object of type KPI2). From navigation you have no parameter available. That’s the issue.

You can create a microflow in which you create/retrieve the KPI2 object and then “Show a page” activity to navigate to.

Use this microflow in your navigation.

answered
1

@Akshay Katore, Instead of Show a Page select Create Object. It will select the parameter and the page you want to show.

answered