Basically I want to add a # to the end of the flow execution key
e.g. _flowExecutionKey=_c8CEAE6.....E1095#
so that when the page displays it will display at the anchor tag
I have a page which is built dynamically by the user.
The user can choose to add additional fields to the page to enter more data.
The fields are an object which is stored in a list.
The page loops over all objects in the list and displays them.
I have configured an action flow that adds another object to the list and then displays the page again which causes the new fields to appear.
The problem is that when the page loads again it is always at the top and not where the new field was added. I can add an anchor to where the new fields are generated but I don't know if its possible to add a # to the end of the flow execution key