API json response structure - list

Hi,
So I’ve integrated the Open AI API and I’m getting this response:

I want to combine a subset of words from the returned list but I don’t seem to have access to further down than the “words” json variable:

I’ve checked the entire list, and nothing there gives me access to the “text” variable of each word.

When I analyze what “words” is doing I see that it evaluates to a list of texts:
image

Which it clearly is not and confirmed from when I save it to the database:
image

Can anyone explain what is happening? Why don’t I get the options of:

  • :each item’s text
  • :each item’s start
  • :each item’s end
  • etc

I’m at a loss.
Thanks
Paul

Super easy solution. Can’t believe i missed this. The drop down next to “words (list)” can’t be blank in order for bubble to recognize the contents of the list.