Question
HCL Technologies
IN
Last activity: 18 Nov 2025 11:03 EST
Dynamic Assignment Display in Screen Flow
I have a requirement to display assignments dynamically within a screen flow using a data page. The logic is as follows:
If the data page contains two screen names, the assignments associated with those screens should be displayed.
Similarly, if it contains three screens, the corresponding assignments should appear. Additionally, the navigation name in the breadcrumb and the assignment name within the screen flow should also be controlled dynamically from the data page.
I have attempted to achieve this by updating the data page, using functions, and modifying JSP configurations, but none of these approaches have worked so far.
Could you kindly advise on a solution or best practice to accomplish this? Any guidance or examples would be greatly appreciated.

@Arun kumarThe easiest approach i can think of is to have all the assignments in the flow and have a decision shape before each assignment to check if that assignment needs to be displayed.
The other approach is to have a single assignment where the name of the section is derived from the property name and have a decision shape after that assignment to check if there are any next items in the datapage