-
I have a state on my popup: draft_pick_owners that is a list of texts:
-
I have a JavascripttoBubble element that returns an array of texts (I’ve confirmed it’s working correctly since it is populating a RG just fine; published value is turned on:
-
I’ve set a state for when the popup is opened, to set the state of draft_pick_owners EQUAL to the JavascripttoBubble’s value list, and no errors appear:
ISSUE:
4. However, no matter what I do - the state of draft_pick_owners remains blank - I cannot figure it out!
Anyone have any idea what’s going on? When I create a text element and point it to the JavascripttoBubble element, it shows up correctly…
Thanks!