How to resolve the generative design output Watch node issues below:
Dynamo Graph:
Can’t see from the image you posted as it’s zoomed too far out to read, but it looks like you might have lists with only one value in them for those outputs. Add a List.FirstItem or otherwise remove the data from the lists and see if that resolves the issue.
The first three watch nodes in your last image all contain a list with one item in it.
Adding a List.GetItemAtIndex, List.FirstItem, Math.Sum, or code block with indexing before your watch node should resolve the issue.
Thanks Jacob. Using the List.FirstItem node resolved the graph issues