I have attached screenshots of the issue. Essentially I have an expression (Damage) that returns a list of numbers that is referenced in another expression (Calculator). However, when passing the list, it’s not showing any numbers. When I click on the first element there is clearly a list of numbers, but when looking at the values in the calculator element they are all 0’s and the data is not passed and the “item #” variable is greyed out.
Can someone help me figure out why this is happening?
It seems to be happening just from the first expression element. When is strange because it’s just a list of numbers. Not sure what to change to be valid.
I solved the problem and I hope this helps anyone having this same issue in the future. This is very stupid, but in order to fix it, all I needed to do is add: “[” bracket and a “]” bracket to the front and end of the expression. I have attached a photo so you can see.