That’s correct: It’s best to synchronize at the end rather than at the middle. This shows that working with parallel requires being more creative on the order that your script runs, ideally doing the heavy work while in parallel (so getting the current values and calculating the new results), then setting the properties last when in serial
4 Likes