Text Block
Generate Unique ID
Last Updated: May 22, 2026The Generate Unique ID block creates a random unique identifier automatically.\It is useful for order IDs, ticket numbers, or reference numbers. Steps Each time it runs, a new unique ID is generated, helping prevent duplication in automation.
Change Case
Last Updated: May 22, 2026The Change Case block modifies text format.It can convert text to Uppercase, Lowercase, Capitalize, and other case formats. Steps The text will be converted into the selected format (e.g., JOHN DOE). This is useful for name formatting and standardizing data.
Text Parser
Last Updated: May 22, 2026The Text Parser block is used to extract pattern-based data from a sentence.\It helps capture values like OTPs, coupon codes, invoice numbers, or API responses. Steps The parser will extract the value between the defined patterns (e.g., 456789). This is useful for extracting OTPs, codes, invoice numbers, or specific data from text.
Default Value
Last Updated: May 22, 2026The Default Value block is used to handle missing or empty data.\It prevents errors by replacing blank fields with a predefined value. Steps If the field is empty, the system will automatically use the default value (e.g., “Guest”). This helps maintain smooth and professional automation flows.
HTML to Markdown
Last Updated: May 22, 2026The HTML to Markdown block converts HTML content into clean, readable Markdown format.\It is useful for cleaning email content or processing scraped HTML data. Steps The HTML content will be successfully converted into readable Markdown text.
URL Decode
Last Updated: May 22, 2026The URL Decode block converts an encoded URL back to its original format. It reverses URL encoding. Steps This is useful when receiving encoded webhook data or decoding tracking links.
URL Encode
Last Updated: May 22, 2026The URL Encode block converts text into a URL-safe format.\It is used when sending data inside URLs to prevent broken API calls. Steps The text will be converted into a safe URL format for transmission in APIs or links.
Split Text Block
Last Updated: May 22, 2026The Split Text option helps you extract a specific value from a string using a separator. Steps Example:\Text: 1ore2_3_45 + 78\Separator: _\Select Second Last → Output: 3 This is how you extract specific values from any string.
Remove Text block
Last Updated: May 22, 2026Setup Authentication (If Required) Configure Remove Text Verify Output The Remove Text block can be used in multiple scenarios depending on your automation requirement, such as cleaning responses, removing unwanted keywords, or formatting dynamic data.
Replace Text Block
Last Updated: May 22, 2026Steps Setup Authentication Configure Replace Text You can now use the updated output in the next steps of your automation flow.