Utility Components
Utility Component nodes provide general-purpose operations for use within flows, such as data manipulation, JSON handling, mathematical operations, array processing, and flow control utilities.
| Node | Description |
|---|---|
| Loop | Repeats a set of nodes a specified number of times |
| Get Timestamp | Retrieves the current timestamp |
| JSON Parse | Parses a JSON string into an object |
| JSON Stringify | Converts an object into a JSON string |
| Set Flow Constants | Defines constant values available throughout the flow |
| Flow Session - Update Variables | Updates variables stored in the flow session |
| Mathematical Operations | Performs arithmetic and mathematical calculations |
| Array Operations | Performs operations on arrays |
| Override Flow Execution Template | Overrides the execution template for the current flow |
| Send E-mail | Sends an email from within a flow |
| Condition Wizard V2 | Evaluates conditions to control flow execution |
| Random Code Generator | Generates a random code |
| Random Code Verifier | Verifies a previously generated random code |
| Inject Variables | Injects variables into the flow context |
| Verify Regex | Validates a value against a regular expression |
| Base64 Encode | Encodes a value using Base64 |
| Base64 Decode | Decodes a Base64-encoded value |
| URL Encode | Encodes a value for use in a URL |
| URL Decode | Decodes a URL-encoded value |
| Override Flow Execution Language | Overrides the language used during flow execution |
| Check Tor IP | Checks whether the user's IP address is a Tor exit node |
| Get User Geolocation from IP | Retrieves geolocation data based on the user's IP address |