Build a list of numbers with "set list"

I have a dB field which is a list of numbers:
Screenshot 2024-09-30 at 09.59.48

On-screen I have a list of inputs of type decimal:

When it comes to saving the individual input values into my dB field I’m lost and can’t see an operator to combine them:

Screenshot 2024-09-30 at 09.58.19

I’m missing something fundamental in Bubble… any pointers please?

I got it. For anyone coming behind me…

First I set a custom state on the Group surrounding the inputs.

Then I used the workflow “When an input’s value is changed” and I did that for all 12 inputs. I got each to “Trigger a custom event” that I called "Build Seasonality List. The custom event does two things:

First it clears the list (since I can find no way to change a specific list item):

Then I rebuild the entire list using the inputs’ values in the correct order and the : plus item as the building operator.

It’s important to note that the first item when rebuilding the list must be the blank list itself.

BUT also important to note that I ran into the good old problem that the list only contains unique values… so I have to use 12 dB fields instead. It’s a shame but that is Bubble’s lists for you… clunky and not as useful as they could be.

1 Like