Mapping Rule Built-in Functions - RapidIdentity Platform Documentation

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
The functions in the following table work without an input field and do not require dot notation:
Built-in NameArgumentsOutputsExample
randomNumberNumber of digits to generateRandom string (CSPRNG) that contains the specified number of digitsrandomNumber(8)
randomStringLength of random stringRandom string (CSPRNG) with the specified number of charactersrandomString(32)
nowNoneCurrent datetime in LDAP generalized time format, for example 20240207142900Znow()
todayNoneToday's date in ISO 8601 extended local date format, for example 2024-02-07today()