Clear Hidden Conditions
Overview
Run the Clear Hidden Conditions action from a handler.
This action removes all hidden conditions set by Kanban API actions. It does not refresh the board. Chain Apply Filter Conditions to apply the cleared state.
Handlers and actions
Handler: defines what happens when a user clicks a Kanban UI element.
Action: an executable operation triggered by the handler.
Primary action here:
Kanban API → Clear Hidden Conditions.Optional follow-ups: configure extra actions on success or failure.
See Configuring Handlers.
Key concepts
Hidden conditions Filter conditions not visible in the Filter Panel. They still affect which records are shown.
Configuration
Configure the handler on the interactive element.
Primary action type
Kanban API
Primary action
Clear Hidden Conditions
Action parameters None.
This action clears hidden conditions only. It does not touch the Filter Panel state.
Behavior
When the handler runs the action:
Removes all hidden conditions (filters, labels, orders) previously set via Kanban API handlers.
Does not apply changes automatically — the Kanban board is not refreshed until the Apply Filter Conditions handler is called.
Chain Apply Filter Conditions. Otherwise the board keeps showing the old state.
Related actions
Apply Filter Conditions (apply current filter state)
Clear Filter Conditions (clear the Filter Panel only)
Troubleshooting
The board still shows the same records. This action does not refresh the board. Chain Apply Filter Conditions.
Some filters remain active. They may be Filter Panel filters, not hidden conditions. Use Clear Filter Conditions.
Nothing changes visually. Most often, Apply Filter Conditions is missing in the chain.
Hidden conditions come back after clearing. Another handler may be reapplying them. Check events and load-time handlers.
Last updated