Search K
Appearance
Appearance
The Monday Search Items node performs a filtered search for items within a specified Monday.com board based on provided search conditions.
Use this node to programmatically search for Monday.com items matching specific criteria, returning results for reporting, validation, or subsequent automated actions.
Field Label | Input Type | Description |
---|---|---|
Board Id | Text | The ID of the Monday.com board to search within. |
Search Query | JSON | A JSON array of search conditions (SearchStringCompare ) specifying the filters to apply (e.g. [{"ColumnId":"status","Value":"Done"}] ). |
Output Variable | Description |
---|---|
MondayItems | The list of items matching the search conditions, returned as a MondayFlatItems object. |
This node:
Board Id
, Search Query
).Search Query
JSON.MondayItems
for use in subsequent workflow tasks.✅ Retrieve all items with a status of "In Progress" to send reminder notifications.
✅ Search for tasks assigned to a specific user for inclusion in automated status reports.
MondayItems
.SearchStringCompare
conditions specifying column IDs and their desired values.MondayItems
) contains all items meeting the search criteria, ready for use in updates, reporting, or conditional branching within the workflow.