Hey fellow Bubble enthusiasts,
I’m currently working on a Bubble project and running into a bit of a puzzle. I’m dealing with data retrieved from an API, specifically a list of numbers where each pair represents a date in Unix format followed by its corresponding count. To clarify, it’s like [date1, count1, date2, count2, …].
Now, I know the usual method involves using a repeating group to separate the dates and counts, but this process feels a bit redundant for my workflow action. I’m wondering if there’s a more direct way to extract every other number from the list without resorting to a repeating group.
My ultimate goal is to save these dates and counts into a state on the page for charting purposes. If anyone has experience or suggestions on streamlining this process without the need for a repeating group, I’d love to hear your thoughts.
Thanks a bunch for your help!