Skip to Main Content
Created by Guest
Created on May 31, 2025

Global Tokens

Allow for creation of Global Tokens at the RPAC-level. This can be hard coded text, or custom formulas. All bots will be able to use these tokens. For example:

  1. TokenName = "RPA_Results". TokenValue = "\\somefile\share\name"

  2. TokenName = "Global_Email_CC". TokenValue = "rpaResults@mydomain.com"

  3. TokenName = "NextFiscalYear". TokenValue = "[?IF([?IsGreater([?DateDiff("d",[*DATE], "10/01/[*YEAR]")], "0")], "10/01/[*YEAR]", "10/01/[*NEXT_YEAR]")]

Token 1 defines a global file & folder path for results to be stored.

Token 2 defines an email address to be used for all emails

Token 3 calculates the next fiscal year based on today's date

All of these are created once at RPAC-level, and available in some area within the Expression Builder.

  • Attach files