# \#loops

**URL:** https://community.thunkable.com/tag/loops/93.md

[Latest](https://community.thunkable.com/latest.md) · [Categories](https://community.thunkable.com/categories.md) · [Tags](https://community.thunkable.com/tags.md)

---

## [Asynchronous Blocks within Loops](https://community.thunkable.com/t/asynchronous-blocks-within-loops/33524)

<div class="topic-metadata">

**Author:** [@Mark](https://community.thunkable.com/u/Mark)\
**Replies:** 20\
**Last updated:** [October 27, 2021, 7:17am UTC](https://community.thunkable.com/t/asynchronous-blocks-within-loops/33524 "2021-10-27T07:17:08Z")

</div>

We recently had a bug reported by a user who was seeing strange behaviors within the “then do” part of a RealtimeDB.Save block which was within a loop block. The strange part was that even though each execution of the R…

---

## ["Break out of loop" block not working](https://community.thunkable.com/t/break-out-of-loop-block-not-working/537197)

<div class="topic-metadata">

**Author:** [@julianair2002874i](https://community.thunkable.com/u/julianair2002874i)\
**Replies:** 12\
**Last updated:** [June 10, 2021, 5:47am UTC](https://community.thunkable.com/t/break-out-of-loop-block-not-working/537197 "2021-06-10T05:47:18Z")

</div>

Hi, when i inserted the “break out of loop” block into my app it gave me a notification that went like this: “Internal error generating code for blocks” I hope Thunkable Support can get this sorted out as soon as possi…

---

## [\[Solved\] Change element color with loops](https://community.thunkable.com/t/solved-change-element-color-with-loops/1273398)

<div class="topic-metadata">

**Author:** [@eric95.janssonaup](https://community.thunkable.com/u/eric95.janssonaup)\
**Replies:** 2\
**Last updated:** [May 10, 2021, 8:32am UTC](https://community.thunkable.com/t/solved-change-element-color-with-loops/1273398 "2021-05-10T08:32:25Z")

</div>

Is there a way I can create a loop that goes through x amount of labels and changes them all one by one? This is how I want it to work, but its ugly and long. What I want it to be is more like this. (Note: in lab…

---

## [Different between while and until](https://community.thunkable.com/t/different-between-while-and-until/1041834)

<div class="topic-metadata">

**Author:** [@v.krishna](https://community.thunkable.com/u/v.krishna)\
**Replies:** 11\
**Last updated:** [December 28, 2020, 8:26am UTC](https://community.thunkable.com/t/different-between-while-and-until/1041834 "2020-12-28T08:26:32Z")

</div>

Can anyone tell what is the difference between while and until loop, please

---

## [Working with Lists Errors](https://community.thunkable.com/t/working-with-lists-errors/744305)

<div class="topic-metadata">

**Author:** [@liberteacher](https://community.thunkable.com/u/liberteacher)\
**Replies:** 5\
**Last updated:** [September 2, 2020, 10:49am UTC](https://community.thunkable.com/t/working-with-lists-errors/744305 "2020-09-02T10:49:37Z")

</div>

I’m building a game with a high scores list, and I can’t seem to get the the high score inputed into the right part of the list. Here’s the problem replicated in a new app. In this app, just make sure you click on the …

---

## [I want to add a new column automatically every time there is a new entry in my Firebase REALTIME\_DB](https://community.thunkable.com/t/i-want-to-add-a-new-column-automatically-every-time-there-is-a-new-entry-in-my-firebase-realtime-db/329127)

<div class="topic-metadata">

**Author:** [@xplorecoworking7xo77](https://community.thunkable.com/u/xplorecoworking7xo77)\
**Replies:** 1\
**Last updated:** [July 21, 2020, 10:07am UTC](https://community.thunkable.com/t/i-want-to-add-a-new-column-automatically-every-time-there-is-a-new-entry-in-my-firebase-realtime-db/329127 "2020-07-21T10:07:58Z")

</div>

Hello thunkers! I wanted help regarding adding new columns whenever there is a new entry in firebase. I’m actually onto making a Classified app, where user can register their product, and it automatically gets to the f…

---

## [HELP to set markers with Firebase](https://community.thunkable.com/t/help-to-set-markers-with-firebase/607611)

<div class="topic-metadata">

**Author:** [@dami\_flepp](https://community.thunkable.com/u/dami_flepp)\
**Replies:** 2\
**Last updated:** [June 17, 2020, 6:29pm UTC](https://community.thunkable.com/t/help-to-set-markers-with-firebase/607611 "2020-06-17T18:29:59Z")

</div>

Hello Comunity, I finaly managed to set a marker in Maps based on my Firebase Data (BEISPIEL) Since i did not find an anwser, I ask you guys for help. How do i set a marker for all Object in “HOFLADEN”? (BEISPIEL / BEI…

---

## [How do I loop contents of Airtable column based on button click](https://community.thunkable.com/t/how-do-i-loop-contents-of-airtable-column-based-on-button-click/564786)

<div class="topic-metadata">

**Author:** [@thestrengthinstitute](https://community.thunkable.com/u/thestrengthinstitute)\
**Replies:** 1\
**Last updated:** [May 4, 2020, 5:48pm UTC](https://community.thunkable.com/t/how-do-i-loop-contents-of-airtable-column-based-on-button-click/564786 "2020-05-04T17:48:57Z")

</div>

Hi, I am building a gym workout guide. I have the workouts in an Airtable database Each days workout is in 1 column with the various exercises in rows, with breaks in between. The 1st row is a flag which shows whether …

---

## [\[Solved\] Loop with a pause](https://community.thunkable.com/t/solved-loop-with-a-pause/422284)

<div class="topic-metadata">

**Author:** [@Carlos\_Bieberach](https://community.thunkable.com/u/Carlos_Bieberach)\
**Replies:** 20\
**Last updated:** [February 4, 2020, 8:03pm UTC](https://community.thunkable.com/t/solved-loop-with-a-pause/422284 "2020-02-04T20:03:03Z")

</div>

Hello !! I have a Loop block with “For each item” in a list that I would like to show 5 items at a time with the last item being a button for “More …”. This way the user can press “More …” and the Loop continues adding …

---

## [Infinite loop of multiple sound components](https://community.thunkable.com/t/infinite-loop-of-multiple-sound-components/289708)

<div class="topic-metadata">

**Author:** [@looovelee](https://community.thunkable.com/u/looovelee)\
**Replies:** 1\
**Last updated:** [November 1, 2019, 1:52pm UTC](https://community.thunkable.com/t/infinite-loop-of-multiple-sound-components/289708 "2019-11-01T13:52:18Z")

</div>

Continuing the discussion from Problem looping a sound: I would like to introduce an infinite loop of my sound components. Infinite loop for both background music and audio tracks being called from database. A “sm…
