Lleverage Documentation
WebsiteLegalPlatform
  • Get Started
    • Introduction
    • Co-Pilot
    • FAQ
  • Key Terms
  • Action Guide
    • Triggers
    • Output
    • Prompt
    • Agents
  • Extracting Information
  • Using Information
  • Custom Code
  • Subworkflows
  • Knowledge Bases
  • Intergrations
  • Canvas Guide
    • Canvas Controls
    • Action Cards
    • Action Connections
    • Variables and Data Flow
  • The Run Panel and Testing
  • Error Handling
  • Publishing Guide
    • How to Publish
    • API Endpoint
    • Chat App
    • Form App
    • Integration Configuration
    • Scheduling Workflows
  • Sharing
  • Settings
    • Account Setup
  • Projects
  • Subscription Management
  • Sharing & User Permissions
  • Technical
    • Models
    • Security & Performance
  • Analytics & Monitoring
  • Support
    • Release Notes
      • April 2025
      • March 2025
      • February 2025
      • January 2025
      • December 2024
      • November 2024
      • October 2024
      • September 2024
      • August 2024
      • July 2024
    • Getting Help and Troubleshooting
Powered by GitBook
On this page
  • Key Features
  • How to Add Using Information Actions
  • How to Configure Information Actions
  • Important Considerations
  • How Information Actions Work in Your Workflow

Using Information

Using Information actions in Lleverage help you access, store, and utilize data from various sources within your workflow. These actions enable you to query databases, add contextual information, and retrieve professional data from LinkedIn.

Key Features

  • Database connectivity for accessing structured data

  • Contextual input for adding custom information to workflows

  • LinkedIn data retrieval for professional insights

  • Simple configuration for each specialized information source

  • Text outputs that integrate easily with other actions

How to Add Using Information Actions

  1. Open the Add Action menu using one of three methods:

    • Click the "Add Action" button in the top left corner

    • Click on a connection circle on an existing action card

    • Click and drag from one action to create a connection

  2. Select "Using Information" from the categories (also found in "All" and "Tools")

  3. Choose one of the five information actions:

    • Query Database

    • Knowledge Context

    • Get LinkedIn Profile

    • Get LinkedIn Company

    • Search LinkedIn for Companies

  4. Click on your chosen action to add it to your canvas

💡 For information about Knowledge Bases, please refer to the dedicated Knowledge Bases documentation.

How to Configure Information Actions

How to Use Query Database

  1. Select a database connection from the dropdown menu

    • Choose from existing PostgreSQL or MySQL connections

    • Alternatively, change to an input and reference a connection variable

  2. Use the code editor to write your SQL query

  3. The action will execute this query against the selected database when the workflow runs

💡 This action allows you to integrate database information directly into your workflow logic.

How to Use Knowledge Context

  1. Simply enter text in the provided text editor

  2. This free-form text becomes available as context elsewhere in your workflow

💡 This is particularly useful for adding fixed rules, guidelines, or context that needs to be programmatically accessible in your workflow.

How to Use Get LinkedIn Profile

  1. Configure the required fields:

    • First name (required)

    • Last name (optional)

    • Company name or domain (required)

  2. The action will retrieve the LinkedIn profile information matching these details

⚠️ Either company name or domain is required along with the first name to find the correct profile.

How to Use Get LinkedIn Company

  1. Enter the company name in the required field

  2. The action will retrieve information about the specified company from LinkedIn

💡 This provides company details that can be used for business intelligence or personalization in your workflow.

How to Use Search LinkedIn for Companies

  1. Enter the search query for company names

  2. The action will return a list of companies matching your search criteria

💡 All LinkedIn-related actions output text data that can be easily processed by subsequent actions in your workflow.

Important Considerations

  1. Database queries require proper SQL syntax for the selected database type

  2. Knowledge Context provides a simple way to add fixed information without external sources

  3. LinkedIn actions require accurate input information to return useful results

  4. All actions in this category output text data for further processing

  5. These actions are designed to fetch and prepare information for use by AI and other processing actions

⚠️ When using database queries, ensure your query is optimized to avoid performance issues in your workflow.

How Information Actions Work in Your Workflow

  1. Add the appropriate information action based on your data source needs

  2. Configure the action with the required inputs

  3. Connect the action to subsequent actions that will use the retrieved information

  4. When the workflow runs, the information action will fetch or prepare the specified data

  5. The information becomes available as a variable for other actions to process

💡 These actions are typically used to gather specific information that enhances the capabilities of AI processing actions.

Last updated 1 day ago

Query Database Action
Context Action
LinkedIn Profile Action
Get Linkedin Company Action
Search LinkedIn for Companies Action