How to pass parameter to a page

13 Dec '16, 10:04 AM
3,093 Views
No Forum Badges

Hello, I have this scene. From a Page P0 I step at page P1 with an ID. From a page P1 with a list L1 step at a page P2 with a list L2 passing the ID of an L1 element. I would return from P2 to P1 passing the ID used by P0 to P1 with a single link on page P2 ( not in list L2 ) . How can I do? Thanks Stefano

 
x 0
Follow
Answer Answer at this question and get points!
Forum Expert - Level 5

Hi Stefano,

you can use a Form component to add in the P2 page with an hidden field to preload the ID value. In this way, you model a flow by the form to the P1 page passing the ID value, without use the list.
When you pass the ID value from the P1 page to the P2 page you need to model a normal navigation flow by the L1 list to the L2 list and a data flow from the L1 list to the form component to pass the ID to the hidden field.

Best regards

Ombretta

 
x 0
Answer at this question and get points!