Processing Arrays

  1. Numbers: Bubble does not have a way of extracting a set of cumulative numbers from an array - this will be very useful for example to show cumulative totals. Currently we have to resort to JavaScript to achieve this.

  2. Dates: It will be useful to extract an array of dates from a given month. Again, had to resort to complex javascript to achieve this.

1 Like

I believe you could use this plugin for what you are describing.

However, I agree. Bubble needs a way to work with arrays.

Thank you. Another developer @Thimo created a plugin which does (1) very well. Search for ‘cumulative…’. Bubble already has something to extract a single day from a date - this functionality could be extended I guess.