# (Solved) How can i turn these functions into list blocks?

**URL:** https://community.thunkable.com/t/solved-how-can-i-turn-these-functions-into-list-blocks/2880182
**Category:** Questions about Thunkable X
**Tags:** lists, function, google-sheets
**Created:** [March 7, 2024, 11:29am UTC](https://community.thunkable.com/t/solved-how-can-i-turn-these-functions-into-list-blocks/2880182 "2024-03-07T11:29:44Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 9, 2024, 7:51am UTC](https://community.thunkable.com/t/solved-how-can-i-turn-these-functions-into-list-blocks/2880182/11 "2024-03-09T07:51:37Z")

</div>

How do you know the loop is not incrementing? I don’t see any wait blocks in your loop so you’re only going to see the last successful/true value for the `if` condition.

You’ll need to do some debugging to figure out which variable(s) including i have the values you expect them to and which do not.

I use this method: [Debugging in Thunkable X (Video)](https://community.thunkable.com/t/debugging-in-thunkable-x-video/849471)

---

_[View the full topic](https://community.thunkable.com/t/solved-how-can-i-turn-these-functions-into-list-blocks/2880182)._
