How can I access a bubble list in javascript? I’d like to loop through it in js, so was hoping to be able to do:
let var = dynamicExpressionToRetrieveList
When I try to store the list to any type of js variable, the dynamic expression editor errors saying it evaluates to a list and wont let it execute.