Agent.ai Documentation home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
Actions
Get User List
Guides
API Reference
Recipes
Documentation
Community
Using Agent.ai
Welcome
AI Agents Explained
Security & Privacy
Marketplace Credits
Rate Limits
Profile
Settings
Integrations
Agent Team
Agent Runs
Agent Requests
For Builders
Builder Overview
Public Agent Policy
LLM Models
Action Availability
Knowledge Base
Secrets
Serverless Functions
Snippets
Clone an Agent
MCP Server
Lists in For Loops
Output Formatting
Actions
Get User Input
Get User File
Get User List
Get User KBs and Files
Click Go to Continue
Wait for User Confirmation
Get Bluesky Posts
Enrich with Breeze Intelligence
Get Data from Builder's Knowledge Base
Get Data from User's Uploaded Files
Get Instagram Followers
Get Instagram Profile
Get LinkedIn Activity
Get LinkedIn Profile
Get Twitter Users
Get Recent Tweets
Google News Data
Search Bluesky Posts
Search Results
Web Page Content
Web Page Screenshot
YouTube Channel Data
YouTube Search Results
Get HubSpot CRM Object
Add HubSpot CRM Object
Update HubSpot CRM Object
Get HubSpot Owners
Get HubSpot Object Properties
Get Assigned Company
Use GenAI (LLM)
Generate Image
Set Variable
Add to List
Continue or Exit Workflow
If/Else Statement
For Loop
End If/Else/For Statement
Show User Output
Send Message
Create Blog Post
Save To Google Doc
Format Text
Post to Bluesky
Save To File
Convert File
Call Serverless Function
Invoke Web API
Invoke Other Agent
Store Variable to Database
Get Variable from Database
On this page
Overview
Use Cases
Configuration Fields
User Prompt
List Delimiter (leave blank for newline)
Required?
Output Variable Name
Actions
Get User List
Overview
The “Get User List” action collects a list of items entered by users and splits them based on a specified delimiter or newline.
Use Cases
Batch Data Input
: Gather a list of email addresses or item names.
Bulk Selection
: Allow users to input multiple options in one field.
Configuration Fields
User Prompt
Description
: Write a clear prompt to guide users on what information is required.
Example
: “Enter the list of email addresses separated by commas.”
Required
: Yes
List Delimiter (leave blank for newline)
Description
: Specify the character that separates the list items.
Example
: Use a comma (,) for “item1,item2,item3” or leave blank for newlines.
Required
: No
Required?
Description
: Mark this checkbox if this input is mandatory.
Example
: Enable if a response is essential to proceed in the workflow.
Required
: No
Output Variable Name
Description
: Assign a unique variable name for the input value.
Example
: “email_list” or “item_names.”
Validation
:
Only letters, numbers, and underscores (_) are allowed.
No spaces, special characters, or dashes.
Regex
:
^[a-zA-Z0-9_]+$
Hint
: This variable will be used to reference the list in subsequent steps.
Required
: Yes
Get User File
Get User KBs and Files
Assistant
Responses are generated using AI and may contain mistakes.