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:
TokenName = "RPA_Results". TokenValue = "\\somefile\share\name"
TokenName = "Global_Email_CC". TokenValue = "rpaResults@mydomain.com"
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.