My labor items from my templates are now returning NaN and not displaying, and the past project labor Items are resulting NaN and not showing up.
Hey Miguel, thanks for reporting. We will dig into what's happening & let you know as soon as we have this fixed.
Just an update on this. It looks like this is caused by an unintentional circular loop in how you have your takeoff properties set up.
The basic version of what is happening is that some of your takeoff names are dynamically calculated with properties (text with tags mode), and one of the properties used to calculate the name tries to access a sibling takeoff by name. Our sibling lookup logic then tries to calculate the current takeoff name, creating an infinite loop.
To fix this, we are introducing a takeoff "Alt Name" and we are also disabling lookup through the calculated takeoff name, and instead doing lookup through the non-calculated takeoff name. We are testing this internally and should release this soon.

Hey Miguel, we just released the "Alt Name" & related fixes. Please let us know if this is still an issue for you.