Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to view Question Page Navigation link in screen flow

SA-86975

Summary



A screen flow is  configured with a Navigation link enabled. However, the Navigation link does not display for the subflow (Question Page shape).


Error Messages



Not  Applicable


Steps to Reproduce

  1. Add a screen flow.
  2. Select the 'Enable navigation link' option in each shape of the screen.
  3. Configure a subflow (for example, Question Page shape), that has at least one assignment (screen) and invoke that sub flow from this screen flow. Until a particular screen in the subflow is reached, the screen name does not display in the Navigation link. 


Root Cause



This behavior is as per Pega product design.


Resolution



Here's the explanation for the reported behavior:

The pzQuestionPageScr flow used by the Question Page smart shape has Decision shapes followed by the Assignment.

The Navigation path is displayed for the assignments. However, the Decision shape Boolean expression determines if the user will reach the Assignment shape or not. If the expression evaluates to true, the assignment displays; else, the assignment does not display. This evaluation occurs dynamically each time the assignment is submitted.

In this scenario, a Boolean expression is defined as .pyIsVisible which is initially false. Hence, the assignment does not display. Later, the expression evaluates to true, hence the assignment displays.

Perform the following local-change: 
  1. Add a Utility shape before the screenflow starts.
  2. In the Utility, invoke an activity.
  3. In the activity, configure a Property-Set.
  4. Add the '.pyIsVisible' property and set it to true.

Published December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us