dynamic text content binding isnt working with for loop

I’m working on a code that binds text content to an array of buttons on the settings menu to improve the user interface. When users hover over each button, the infotitle is supposed to change accordingly. My goal is to make this process more efficient by using bindings, arrays, and loops.

However, I’m encountering an issue. As shown in the first image, the code is intended to update the infotitle text when hovering over each button. But as seen in the second and third images, the infotitle text only changes when hovering over the first button in the array. It doesn’t update correctly for the other buttons.



The loop returns after the very first iteration. Did you mean to use the Completed pin instead?

i just removed the return node connected to branch at false and it worked without any additional changes and can now support large arrays

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.