# Is there ASYNC & AWAIT in thunkable?

**URL:** https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460
**Category:** Questions about Thunkable X
**Created:** [July 31, 2020, 5:00am UTC](https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460 "2020-07-31T05:00:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![saramdl.gaunde021](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@saramdl.gaunde021](https://community.thunkable.com/u/saramdl.gaunde021)
#### Post date: [July 31, 2020, 5:00am UTC](https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460/1 "2020-07-31T05:00:30Z")

</div>

i think thunkable is not working synchronous. so i used to put ‘wait’ code with like 1 sec.  
but for sure, is there any solution for excute all the blocks in order?

repeat until (to some variable like only change at the end of function) perhaps?

---

<div class="post-metadata">

### Author: ![saramdl.gaunde021](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@saramdl.gaunde021](https://community.thunkable.com/u/saramdl.gaunde021)
#### Post date: [July 31, 2020, 5:43am UTC](https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460/2 "2020-07-31T05:43:03Z")

</div>

oh it was here. thanks [Asynchronous Blocks within Loops](http://community.thunkable.com/t/asynchronous-blocks-within-loops/33524)

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [July 31, 2020, 10:15am UTC](https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460/3 "2020-07-31T10:15:09Z")

</div>

But personally I do not like to use recursive loops and it gets confusing especially if your are grabbing info from airtable or web API. Using the wait block is also not efficient. So, I usually will use the forever loop after the Asynchronous block with a condition to break out when the asynchronous process is completed:

 ![Clipboard01](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/6/e6f4f96d3c5e66df8d8f677612ca54f6ea5a6435.png)

---

<div class="post-metadata">

### Author: ![saramdl.gaunde021](https://avatars.discourse-cdn.com/v4/letter/s/ea5d25/32.png) [@saramdl.gaunde021](https://community.thunkable.com/u/saramdl.gaunde021)
#### Post date: [July 31, 2020, 2:21pm UTC](https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460/4 "2020-07-31T14:21:21Z")

</div>

it looks convinient too! i think it is same as “Repeat Until”

maybe i will mix timer and this.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:26pm UTC](https://community.thunkable.com/t/is-there-async-await-in-thunkable/712460/5 "2024-11-08T12:26:50Z")

</div>


