| 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. |
This is #[Informational Post]
There will be usecases where a user wants to display only the back arrow but not "Back" text in the title bar. If you are looking for the same requirement, then this post is for you.
Case !: If the previous form does not have navigation bar.
Example: Landing Screen is the current screen where you want to implement the feature and previous form is Login form which does not have navigation bar.
Steps:
1.Download a back arrow image and import it in resources.
2.Enable "Title bar" for required screen by choosing from the properties pane listed for Form.
2.Click on title bar present on form and select NavigationBar.
3.Switch 'Hides Back Button' property to 'On'.
4.Select MasterData and Add left bar button item by click on '+' button present above Left Bar Button Items section.
5.Select type as image from the dropdown and set its value to required back arrow image and click Apply.
6.Now you can click on back arrow image on form and set an action to navigate to previous form.
Case 2: If the previous form has a navigation bar.
Steps:
1.To set the back arrow feature to current from,open the MasterData of previous form's NavigationBar.
2.Add 'Back Bar Button Item' and select type as title and leave its value as blank.
Here previous form refers to the form from which you have navigated to current from in the UI Flow.