Skip to main content

Navigation

WFBs that are used to control navigation.

NameDescription ParametersResult
Open URLOpens an internal or external URL
  • Internal: For opening Internal URLs (within navigation)
  • External: For opening external URLs outside the instance. Make sure to include “https://”
  • Read Out URL From Status: The URL will be taken from the status based on the given key
  • Open In New Window (External): Opens in a new window
  • URL: The URL to be opened
  • Parameter: Additional parameters given to the URL
  • N/A
    URL NavigationUsed to change pages
  • Define Direction Using a Formula
  • Back: Automatically clicks the back button that the browser uses
  • Forward: Automatically use the forward button that the browser uses
  • N/A
    Get URLReads the URL of the page
  • ReadFullUrl: Complete URL (e.g., https://develop.gauniv.com/default/settings/)
  • ReadBaseUrl: Base (Domain) URL (e.g., https://develop.gauniv.com)
  • Default: Path (e.g., /Support/)
  • N/A
    Get URL ParameterReturn a parameter of the URL
  • + : Add a new parameter
  • Name: The name of the parameter given in the URL, for example id=XXXXX, the name would be id
  • Status key: The key that the parameter will be saved in
  • Returns a current parameter when enabled
    Prevent NavigationShows a message pop up that doesn’t allow the user to change the current page, the user can still leave the page if he clicks OKMessage: Displayed message in a message boxN/A
    Allow NavigationDeletes any usage of the prevent navigation workflowN/AN/A