Picking a widget out of dynamically placed widgets.

Hey there,

I’m struggling to work out how to get the information from a dynamically placed widget.

For eg.

I place 40 widgets into a scroll box. And I want to pick widget 25 out of the 40 and get the information from widget 25.

Each widget has dynamic information given to it when the widget is created. So I need the random output from widget 25 out of the 40.

If anyone has any knowledge, itd be super helpful.
Thanks for reading :slight_smile:

If you’re working with indexes, get child 25 out of the scrollbox. If you’re interacting with the widget in some other way, you can dispatch it - no need for an ID/Index.

1 Like

Omg of course! Yeah, that did it.

It took me a while to work out how to get dispatchers to work in a slightly different way than I’m used too.

But that works perfect.

Thank you, that’s brilliant.

1 Like

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