Dynamic button text blueprint

So basically i have created a button and i want each time the button is clicked to change the text of the button. I can’t seem to be able to make it get the next value from the array that has the texts. So this is what i have :

The thing is that the variable Randomer will not increase.
Questions asked default value is 0 and so is Randomer’s.
What am i doing wrong?
Thank you in advance!!!:slight_smile:

So i am very blind , i solved it , i wasn’t changing the questions asked variable so 0+1 will always be 1 that was my mistake.