How to set rule to app button

Hello,

I have creating app for solution architect to help. On first page i have various section like code and review ,cost and estimation and so on check image.
i will create individual pages for each. I have one button at bottom of first page.

when i will select any dropdown from cot and effort estimation then it should land on that page like that .how can i et rule to next button so it will work?

help me on same.
@ashokkarale

Click on the Next button → Events → Edit rule

Search for Open page action → Pages → Select the needed page to display

Note: You can add a similar approach in the destination page (Next page) with a Back button to display the previous page.

Hi @kunalmathkar24

  • Click on the Next button → EventsEdit rule.
  • Search for the Open page action → go to Pages → select the page you want to display.
  • To open different pages for different options, use an If condition in the Next button edit rule.
  • Example: Set the condition as (Dropdown.SelectedValue = "XYZ").
  • In the Then section, use the Open a page action and choose the page you want to open.

Thanks!!

@kunalmathkar24,

Is this resolved now or you still need help on this?

Hi @kunalmathkar24,

Could you please mark that post as the solution?
It should resolve your issue.

Best regards