Cannot set state from JavascripttoBubble's value

  1. I have a state on my popup: draft_pick_owners that is a list of texts:

  2. 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:

  3. 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!

nvm I figured it out - you have to trigger the event in the workflows from ‘A Javascript event’

This topic was automatically closed after 70 days. New replies are no longer allowed.