The Trello List Boards action is used to retrieve a list of all boards belonging to a Trello user. This action allows your application to dynamically display existing boards in Trello. It is particularly preferred in project management, task organization, and user board selection scenarios.
Technical Specifications
Get Board List: Returns all Trello boards belonging to the user.
Parameter Compatibility:
settings (Object – required): Configuration information required for Trello integration.
Value Binding: A fixed value can be assigned to the parameter, or dynamic values can be bound via the Symbol Picker.
Multiple Results: Boards are returned as a list (Many).
Web & Mobile Support: Works seamlessly on both web and mobile applications.
Trello List Boards Action Application Steps
1. Defining the Action in UI Design
Open your project on the Kuika platform.
In the UI Design module, select the screen where you want to display the board list.
Add a button (e.g., “List Boards”).
Select the button and add the OnClick → Trello → List Boards action from the + ADD ACTION menu.
2. Configuring Parameters
settings (required): Select the defined settings for Trello integration.
Use Case: Show All Boards to the User
In a project management application, the user can list all their boards in their Trello account and access details by selecting one of these boards.
Steps:
Add a button in UI Design: “List Boards”.
Add the OnClick → Trello → Trello List Boards action.
Display the returned board list in a Table element.
When the user selects a board, retrieve the lists on that board by binding the selected boardId value to the Trello Get List action.
Trello List Boards Advanced Customizations
Dynamic Selection: Lists or cards can be loaded automatically when the user selects one of the boards.
Chain Usage: Rotating boardId values can be passed to actions such as Trello Get List or Trello Add List To Board.
Filtering: Boards can be filtered by name or creation date.
Technical Risks and Controls
The settings parameter must not be empty.
If the user has no boards in their Trello account, an empty result is returned.
API access permissions must be configured correctly.