So…
- Generate you Javascript:
let x = 3;
myList = ;
for(i=0; i<x; i++){
myList.push(i)
}
bubble_fn_function(myList);
- Pass the result list to Bubble:
- Now you have a list. You can check it out thru a simple text field like this:

It will display “0, 1, 2”
- Use it as a RG:
This is the result:


