Bubble Programming Challenge: 1 – FizzBuzz

Ok @romanmg… you win - that’s a really clean (and fast) method for generating a list (obvious now I see it, but it never occurred to me!)…

and using regex to get around Bubble’s inability to split by an empty text is also something I never considered (I’m not great with regex!!)… super useful… and it’s going to make some of the other challenges I was planning to post a lot easier (maybe too easy!!).

I loved the simplicity, I went to the WF tab and asked where the states are?
Then I found out you’ve set conditions only was an aha moment

Love the simplicity of list generation :slight_smile:

Really nice workaround to generate a list! Will def file that one away.