Hi @jordan.johnson,
I found something unexpected in the staytime pin stats collector, maybe it is intentional, but it feels like it should be something different. When you use the pin option of an object to plot the staytime a stats collector is created. This stats collector however listens to the OnChange of the stay time tracked variable. So when multiple flow items have the same stay time only one point is logged. I guess you would need to use the OnUpdate and not the OnChange. Maybe you can change this in the stats collector that is created when plotting the stay time from the pin options.
Maybe an even better solution would be to have the pin options use as many dashboard templates as possible. If the pin of the stay time would create a stay time template dashboard there would not be a problem, since the stay time template does log a point in the Update of the stay time. Using the templates behind the pin options would be nice for other pins as well (like the states ect)
Thanks