How to spawn a random amount of gold on the floor?

Here is gold BP setup i use:

Problem I got is, if 1st gold pile with random value drop and next gold pile drop with different value the new gold pile value change to 1st gold pile value if i dont pick 1st gold pile up. I want each gold pile to have it own value

Thanx

It’s because you’re storing the value in the game mode. You need to store it as a variable in the pile BP.