Pull item data from Monday and combine it into one clean record for reports, sync jobs, and audits. Teams that manage projects, accounts, or campaigns in Monday can use it to view the main item, its subitems, and related items in one place.
It starts when another workflow calls it. The flow fetches a Monday item by ID, builds two maps of the columns by id and by name, and scans for relation columns. It then looks up all linked items found in those relations. It also finds the Subitems column, loads each subitem, and gathers their fields. Split nodes loop through each link and subitem, and Aggregate and Merge nodes assemble a single JSON output. The result includes the main columns, a subitems list, and a boardrelations list, ready for dashboards or a downstream sync.
You will need a Monday API token and a valid item ID. Set the pulse value and point the Execute Workflow node to the correct workflow ID if you run it from a parent flow. Expect faster reporting, fewer copy pastes, and consistent data for portfolio rollups, client records, and cross board summaries.