Reference
Article MarkdownReport an error

Action test_list

System ID: action_test_list

Description

Utility action for development and tests: builds a list of 7 items (test 1test 7). Optionally filters by text and can set value on an exact match. For production, generate_list is usually used instead.

Events (scenario branches)

No fixed branch events: the action returns a list object (total, value, list), not a scenario branch name.

Parameters

No parameters in the node JSON ({}).

Optional call argument (if passed from list context):

Parameter Type Required Default Description
text string no null Substring filter (case-insensitive); an exact match with an item's text sets value

Configuration example

{}

Example result structure:

{
  "total": 7,
  "value": null,
  "list": [
    { "text": "test 1", "value": 1 },
    { "text": "test 2", "value": 2 }
  ]
}
Using your own AI agent?Install the open skill so your AI agent can work with current official ConnectiveOne documentation.Get the skillNeed support?Couldn’t find the answer or need help from the ConnectiveOne team? Create a request in Client Portal.Create a request