Dispatch problem

It might be that you are using the whole array instead of a single object. Try using the get node to get just one of the widgets in that array and then bind that event. If you want to bind all of them you will need to iterate through the whole array with a For Each Loop