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
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
Select "Using Information" from the categories (also found in "All" and "Tools")
Choose one of the five information actions:
Query Database
Knowledge Context
Get LinkedIn Profile
Get LinkedIn Company
Search LinkedIn for Companies
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
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
Use the code editor to write your SQL query
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
Simply enter text in the provided text editor
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
Configure the required fields:
First name (required)
Last name (optional)
Company name or domain (required)
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
Enter the company name in the required field
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
Enter the search query for company names
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
Database queries require proper SQL syntax for the selected database type
Knowledge Context provides a simple way to add fixed information without external sources
LinkedIn actions require accurate input information to return useful results
All actions in this category output text data for further processing
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
Add the appropriate information action based on your data source needs
Configure the action with the required inputs
Connect the action to subsequent actions that will use the retrieved information
When the workflow runs, the information action will fetch or prepare the specified data
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