You can see the full list of actions and their respective use-cases below. For detailed instructions on how to use each action, please refer to the Demo Application available at https://productleague-eap-dev.outsystems.app/ReactiveUtilitiesDemo.
DATES
Get the current device's date and time.
ENCRYPTION
Cypher a text using SHA512 algorithm.
SEARCH
Highlight a text list with a searched value.
DEBUG
Create a debug log.
Delete all client logs.
TIMERS
Focus on an input after a timeout.
Execute a function after a timeout.
Start/stop a timer to execute a periodical action.
HTTP REQUEST HANDLER
Add a favicon in the application.
Get the application domain.
Perform a GET request (REST API).
CUSTOM MENU
Create and retrieve a custom menu.
MATH
Execute a set of mathematical functions.
TEXT
Split a text by a splitter character
RANDOM
Generate a random decimal or integer number.
Generate a random GUID
REGEX
Replace a text inside another.
Search a pattern inside a text.
Verify if a pattern exists inside a text
VALIDATOR
Validate an information.
JAVASCRIPT EVENTS
Focus an input.
Trigger a click on a button or a link.
KEYBOARD KEYS
Detect an Enter press.
Trigger a button when pressing a key.
Get a character code.
CLOSE FEEDBACK MESSAGES
Close a feedback message.
Close a feedback message with timeout.