15 Dec

Copy and Paste Workflow Nodes

Designing workflows just got faster. You can now copy and paste nodes directly within the workflow editor using standard keyboard shortcuts.

This feature removes the repetitive work of manually recreating nodes when building complex or similar workflows. Select any node or group of nodes, copy with Cmd+C, and paste with Cmd+V to instantly duplicate your configuration. Whether you're replicating a proven sequence across multiple workflows or iterating on a design, you no longer need to set up each node from scratch.

To keep your workflows secure and functional, pasted nodes are automatically cleaned. Trigger nodes are removed to prevent duplicate automations from firing. Credentials are cleared, requiring you to explicitly assign them in the new context. References to data tables or knowledge bases that aren't available are broken and flagged so you know exactly what needs to be reconnected. For example, if you've built a customer onboarding sequence with several conditional branches and want to adapt it for a new use case, you can copy the entire section, paste it into a new workflow, and then simply update the specific credentials and data sources rather than rebuilding the logic from the ground up.

21 Nov

Copilot now accesses run data

Copilot can now reference output data from your last workflow run, so you can iterate on your automations using real results. Refine your workflows based on actual outputs instead of guessing. Copilot sees what your last run produced, letting you adjust logic, fix errors and improve accuracy without starting over.

For example, you build a workflow that pulls customer data and formats it into a report. The first run outputs dates in the wrong format. Instead of manually explaining the issue, Copilot already sees the output and can suggest the fix directly. You iterate in seconds, not minutes.

13 Oct

App Styling

Customise how your apps look and feel. Create professional experiences that match your company's identity.

For forms, you can use:

  • Text, number, and toggle inputs
  • Single and multiple select dropdowns
  • Date pickers and file uploads
  • Item lists

Each input offers options for labels, placeholders, hints, default values, required fields, and width. Arrange them exactly how you want.

For chat interfaces, you can add:

  • Suggested prompts on the start screen
  • File attachment support
  • Custom headings, intro text, and logos

You can also choose whether to show or hide the workflow's progress from users. Once you're happy, publish your app for use within Leverage or share it externally.

29 Sep

Natural Language Branching

Describe your conditions in plain English instead of building complex logic. Type something like "if the customer is a VIP and their order exceeds £1000" and Leverage creates the condition for you.

This makes branching accessible to everyone:

  • No technical if-then statements required
  • The AI understands context from your workflow
  • Create multiple branches with natural descriptions
  • Handle nuanced conditions without code

For example, you could branch on "if they're on the Pro plan", "if they're on the Free plan", and "anything else" without configuring a single comparison operator.

23 Sep

Operator Sessions

Let team members run workflows without giving them access to edit. Operators see a simple, clean interface designed purely for execution.

How it works:

  • Builders create the workflow
  • Operators run it through a straightforward form or chat interface
  • No training needed; it's intuitive
  • Nothing can break because operators can't edit anything

This is ideal for rolling out automations to non-technical colleagues. They get the benefit of your workflows without needing to understand how they're built. Track all activity in the activity panel to see who ran what.

22 Sep

CSV to JSON Conversion

Turn messy spreadsheets into clean, structured data your workflow can use. Upload a CSV or Excel file, and Leverage converts it to a format that flows smoothly through your automation.

This is especially useful when:

  • Your data comes from different sources with inconsistent formatting
  • You need to process spreadsheet data with AI
  • You want to extract specific fields from a large file

For really messy files, run them through this node first, then pass the output to a prompt node to clean and organise the data further. The result is reliable, consistent information ready for the rest of your workflow.

21 Sep

Monitoring and Activity Logs

Track every workflow run with detailed logs and performance data. See exactly what happened, when, and why.

You can filter by:

  • Status (success, failed, running)
  • User who triggered the run
  • Timestamp
  • Workflow name
  • Duration
  • Feedback received

Click into any run to see the full trace, showing how data moved through each step. This makes debugging straightforward and helps you continuously improve your workflows.

Set up alerts to notify you via Slack, email, or other channels when specific conditions occur, like a failed run or unusual activity.

9 Sep

Mobile App

Access Leverage from any device. The platform is fully responsive, adapting to phones and tablets so you can monitor, run, and even build workflows on the go.

What you can do from mobile:

  • Check workflow status
  • Approve requests and review outputs
  • Run workflows manually
  • Make quick edits

The full experience is available wherever you are, no separate app download required.

6 Aug

2,000+ Integrations

Connect Leverage to the tools you already use. Google Workspace, Salesforce, Slack, SAP, HubSpot, and thousands more are ready to plug in.

What makes this easy:

  • No API knowledge needed
  • Just sign in to connect your account
  • Use each tool exactly like you would normally
  • Your credentials stay secure, even when sharing workflows

To get started, pick your app, choose the action you want, and sign in. That's it. If the app you need isn't listed, let the team know and they'll look into adding it.

23 Jul

AI Agent Node

Give an AI assistant a goal and let it figure out how to get there. Unlike a simple prompt, an agent can take action, using your connected apps to complete tasks on your behalf.

What agents can do:

  • Look up information in Google Sheets
  • Send messages in Slack
  • Query databases
  • Perform multi-step research
  • Handle complex, multi-tool tasks

The difference is simple. With a prompt node, you have to spell out exactly what you want. With an agent, you describe the outcome and it works out the steps. As you type, it suggests relevant tools. You stay in control by approving which tools it can use.

Not sure how to phrase your request? There's a button to automatically improve your instructions. When the agent runs, you can watch its thinking process to see exactly how it's solving the problem.

10 Jun

Trigger Integrations

Start your workflows automatically when something happens in the apps you already use. No more manually clicking "run"; your workflow springs into action the moment an event occurs.

Connect tools like Gmail, Outlook, Slack, or HubSpot and choose what should trigger your workflow:

  • A new email arrives
  • A message is posted in a channel
  • A form is submitted
  • A spreadsheet row is added

This means you can automate responses to real-world events as they happen. For example, when a customer emails your support inbox, Leverage can automatically categorise the message, draft a response, and notify your team in Slack, all without anyone lifting a finger.

Before going live, you can test with mock data from previous events to make sure everything works perfectly.

4 Jun

Browser Agent

Automate any website, even ones without integrations. The browser agent navigates pages, fills forms, clicks buttons, and extracts data just like a human would.

This is perfect for:

  • Scraping data from websites
  • Filling out online forms automatically
  • Extracting information from legacy systems
  • Automating repetitive web tasks

Give it a URL and describe what you want done. The agent steps through the site, action by action, completing the task for you.

Available for enterprise customers. Contact the team to enable this feature.

23 May

Flow Controls

Direct your workflow with visual logic blocks. No code required; just connect the controls that match what you need.

Available controls:

  • Branch – Route the workflow based on conditions
  • Loop – Process each item in a list one by one
  • Repeat – Run an action multiple times
  • Get First Available – Return the first non-empty value from a list
  • Output – Send a result back to the user
  • Run Subworkflow – Trigger another workflow within this one

These controls let you build sophisticated logic visually. Handle different scenarios, iterate through data, or break complex automations into reusable pieces.

22 May

Documentation

Everything you need to learn Leverage is now in one place. Step-by-step guides, video tutorials, and best practices are all available whenever you need them.

The documentation covers:

  • How to build your first workflow
  • What each node does and when to use it
  • Tips for getting the most out of integrations
  • Troubleshooting common issues

If you prefer chatting to reading, the in-app support uses this same knowledge base to answer your questions instantly.

https://docs.lleverage.ai/

14 Apr

Run Code

For advanced users who need custom logic. Write JavaScript to handle specific calculations, data transformations, or business rules that standard nodes don't cover.

Examples of what you might use this for:

  • Complex date and time calculations
  • Custom data formatting
  • Unique mathematical formulas
  • Specific business logic

Most users won't need this, but when you hit an edge case, it's there. Your code output connects to the rest of your workflow just like any other node.

3 Apr

Prompt Node

Ask AI to do something and get a result. The prompt node is the simplest way to add AI power to your workflow.

Here's what you can do:

  • Write instructions in plain English
  • Attach files for the AI to read
  • Pull in data from earlier steps using variables
  • Choose your preferred AI model

When picking a model, you'll see three easy options: balanced, fast, or smartest. Leverage keeps these updated automatically so you're always using the best available. If you want more control, you can pick a specific model and see exactly what it supports, including text, images, audio, and PDFs.

Think of it like this: you give the AI a task, and it gives you back the answer. Need to summarise a document? Extract key details from an email? Generate a response? The prompt node handles it.

The built-in Prompt Studio helps you refine and test your instructions before you commit.

27 Mar

AI Copilot

Build workflows by describing what you want in plain English. The co-pilot understands your request and creates the nodes for you.

What the co-pilot can do:

  • Generate entire workflows from a description
  • Add, edit, or delete nodes on request
  • Suggest improvements to your existing workflow
  • Answer questions about how your workflow works

Think of it as a building partner. Instead of dragging and configuring every node yourself, you can say "add a step that sends an email if the sentiment is negative" and the co-pilot makes it happen.

19 Feb

Extract Text from Images (OCR)

Convert images into useable text. Upload screenshots, photos, or scanned documents, and Leverage extracts the text automatically.

Great for:

  • Processing receipts and invoices
  • Digitising handwritten notes
  • Extracting data from photos of packaging or labels
  • Reading information from scanned documents

The OCR runs directly in your workflow, so you can immediately pass the extracted text to other nodes for processing, analysis, or storage.

10 Feb

Web Search

Your workflows can now search the internet in real time. This means your automations always have access to the latest information.

Use it to:

  • Research competitors or market trends
  • Verify facts before sending a response
  • Pull current pricing, news, or stats
  • Enrich AI responses with up-to-date context

Just tell the node what to search for, and it returns the results. Combine this with variables to make your searches dynamic. For example, search for the latest news about whatever company name was mentioned in an incoming email.

10 Feb

Knowledge Base

Upload documents and create a searchable repository your workflows can query. PDFs, files, and other documents become instantly accessible to AI-powered searches.

How it works:

  • Upload your files
  • Leverage automatically organises the content into searchable chunks
  • Query the knowledge base from any workflow
  • Get accurate answers drawn from your documents

Advanced users can access manual controls to fine-tune how content is chunked and organised.

This is ideal for creating a central hub for company knowledge, product documentation, policies, or any reference material your workflows need to access.

3 Dec

Context Variables

Reference data from any part of your workflow. When a user submits a form or an action completes, the output becomes a variable you can use in later steps.

How to use variables:

  • Press @ in any text field to see available variables
  • Click the @ button to browse and search
  • Use double curly brackets for developer-style references
  • Access specific elements within variables for advanced control

Every action on your canvas creates a variable chip representing its output. For example, if you run a web search, the results become a variable you can pass into an AI prompt. If a user fills out a form, their responses become variables for the rest of the workflow.

This means your workflows can respond dynamically to real inputs rather than relying on static values.

16 Aug

Single Sign-On

Enterprise teams can log in with their existing identity provider. No separate passwords to manage.

Supported providers:

  • Google
  • Microsoft
  • GitHub

You can also sign up manually if preferred. SSO streamlines access management and ensures full security compliance across your organisation. Users can delete their accounts at any time.

Are you a builder?

Lleverage is the simplest way to get started with AI automation. Design, test, and deploy custom workflows with complete control. No advanced coding required.