Please in my project, as I click on a row in first form it updates the form with fresh data from service and navigates to show new segment but i am still using first form to display. How do I control the navigate back within this form?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

it can be handled using visibility of two segments you are using.

when your new segment is displayed on form. in this case on back button click hide the new segment and show old segment visible.

Thanks.