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 |
Note: Additional utility nodes (Condition Wizard, Send E-mail, Random Code Generator/Verifier, Inject Variables, Verify Regex, Base64/URL Encode/Decode, Override Flow Execution Language, Check Tor IP, Get User Geolocation from IP) are currently being documented and will be available soon.