[06]Go Back

Last modified by Tuan Nguyen on 2022/05/13 02:20

RCA.Activities.Browser.GoBack

Description

The Go Back activity goes back one URL in the history list of the current browser.

Browser_GoBack

(* For Mandatory)

In the body of the activity

Common

  • Continue On Error (Boolean) - A Boolean variable has two possible values: True or False.
    True - allows the rest of the process to continue the execution even an error occurs within the activity.
    False (default) - blocks the process from continuing the execution.

Misc

  • Display (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    Eg: [2446667] Go Back
  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it. Default is unchecked.
  
Navigation