I have a Main Board with Informations where the Main Item is a Summary of all Subitems.
Now i need to Edit all my Subitems (or Specific ones) over multiple Main Items.
Is there a Solution for it or Apps which can do all of that?
I want to select all Subitems of all Mainitems at once.
I would recommend fully considering all possible depth you may want to derive from subitems before building a solution around them as they can be limited when it comes to things like importing or even general automations.
Sounds like you might benefit from separate boards for what is currently each line item, and connecting them back to an overview board for your details and drill down access.
Let me know if you want to connect for a chat and hash it out a bit together
While monday.com doesn’t natively allow selecting and editing subitems across multiple parent items in bulk, you can automate it externally.
A typical Make scenario would:
Retrieve all relevant parent items from the board
Fetch all subitems under those items
Filter only the specific subitems you want (if needed)
Update the desired columns for each subitem in bulk
You can run this on demand (manual trigger) or automatically based on conditions. This effectively lets you “select all subitems across the board” and edit them at once — something not currently possible inside monday itself.