Forum Academy Marketplace Showcase Pricing Features

Looking to combine arrays

I am working with some data from an api

two lists of numbers
exmple:
list1
1, 2,3,4,5,6
list2
6,5,4,3,2,1

I want to combine both array lists and stack them together

get 7,7,7,7,7,7

and then divide those numbers by 2 each number in the whole array

making finishing array
3.5,3.5,3.5,3.5,3.5,3.5

I have to put the finishing array into a element input that only allows a list of numbers

Intro to thread:

This will do everything you want, but it’s a plugin for more advanced Bubblers. Caveat emptor.

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