Go Back Action Application Steps

  1. Log in to the Kuika platform and open the project you are working on.
  2. Go to the UI Design module and open the Properties panel on the right panel.
  1. + ADD ACTION menu and add the Navigation > Go Back action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).

Upon completing these steps, clicking the relevant field will redirect the user to the previous page. By default, this action does not require any additional parameter configuration; however, an optional parameter is supported for web projects containing micro apps (see Optional Parameters).

Optional Parameters

TriggerParentAppGoBack (Boolean): In scenarios where the application is embedded as a micro app within another web project, this determines whether the Go Back action’s return behavior will also trigger the parent application.

  • Visibility: This parameter is displayed only in the Properties panel for web projects containing micro apps; it is hidden in mobile projects because the micro app structure does not apply to mobile projects.
  • Purpose: This parameter is enabled in scenarios where, when a micro app executes its own “Go Back” action, the host application that contains it must also go back.