Hi @DavidDvorak
You’re calling out a real gap here, and you’re understanding the behavior correctly.
With the Portfolio Integrations app today, the automation only has control over the project object name itself. When a resource planner is included, monday treats the folder and the resource planner as separate objects that are created alongside the project, and the automation does not currently have the ability to rename those additional objects. That’s why you’re seeing the project renamed correctly while the folder and resource planner keep their default, generic names. Unfortunately, that part is expected behavior right now.
There isn’t a true native fix yet, but there are a couple of partial ways to reduce the manual effort.
One option is to standardize your templates so the default folder and resource planner names are as neutral or reusable as possible. That doesn’t solve the problem completely, but it minimizes the friction if renaming occasionally slips through.
If your naming convention is predictable, another workaround is to skip including the resource planner in the automation and instead add it after project creation using a consistent manual step. That sounds counterintuitive, but for some teams it’s actually faster than renaming multiple objects every time the automation runs.
For more advanced setups, some teams handle this via the monday API. It is technically possible to listen for project creation events and then programmatically rename the folder and resource planner to match the project name. That approach requires custom development and admin level access, but it is currently the only way to fully automate consistent naming across all related objects.
From a product standpoint, your request makes complete sense. If the automation can rename the project, it should also be able to rename any dependent objects it creates. This is a strong candidate for enhancement, especially for teams managing a large number of projects and portfolios.
I’d recommend submitting this as official feedback if you haven’t already, because it’s very aligned with how real portfolio workflows operate. If you want, the Monday Wizard team can also help you think through whether an API based solution or a lighter process adjustment makes the most sense for your setup in the meantime.