Using Hierarchical structure for form navigation using screenflow
Hello all,
We need to use hierarchical structure for form Navigation using Screenflows. We have 3 Screenflows, one is main Screenflow which calls two other sub Screenflows. We are using Tree-grid harness (pyTreeGrid7 harness). But we are not getting expected hierarchical navigation but it renders forms one after other same as perform harness.
Expected Output: Navigation as shown below to switch between forms
Main Screenflow (for calling the subflows)
->Sub screenflow1
------> Form1
------> Form 2
-> Sub screenflow2
------> Form3
------> Form4
Current Ouptup:
Form 1 -> On click of Next button -> Form 2 -> On click of Next button -> Form 3 -> On click of Next button -> Form 4
Thank you in advance;
Swati
***Updated by moderator: Lochan to update platform capability***