# "Variable out of Scope!"

**URL:** https://community.thunkable.com/t/variable-out-of-scope/2634919
**Category:** Questions about Thunkable X
**Created:** [October 9, 2023, 10:17am UTC](https://community.thunkable.com/t/variable-out-of-scope/2634919 "2023-10-09T10:17:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![zeeshanaminassam8r3z](https://avatars.discourse-cdn.com/v4/letter/z/d78d45/32.png) [@zeeshanaminassam8r3z](https://community.thunkable.com/u/zeeshanaminassam8r3z)
#### Post date: [October 9, 2023, 10:17am UTC](https://community.thunkable.com/t/variable-out-of-scope/2634919/1 "2023-10-09T10:17:48Z")

</div>

I tried to add a text to speech to say the longitude and the latitude of my location but it shows an error saying “variable out of scope”… Please Help Me!

 ![2023-10-09 (1)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/1/21ffe044bcdc8618397592db1a83a34ba42e1db3.png)

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [October 9, 2023, 10:36am UTC](https://community.thunkable.com/t/variable-out-of-scope/2634919/2 "2023-10-09T10:36:24Z")

</div>

> [@Finding the correct 'row ID'](https://community.thunkable.com/t/finding-the-correct-row-id/2581368/2):
>
> The row id is “out of scope” because you used a green block outside of its function or event block. So the green `row id` only contains a value inside of the `create row` block. If you want to use that value outside of it, you need to assign in to a variable.

That green block is only in scope within the bounds of the “then do” section of the block from which it was pulled.

---

<div class="post-metadata">

### Author: ![zeeshanaminassam8r3z](https://avatars.discourse-cdn.com/v4/letter/z/d78d45/32.png) [@zeeshanaminassam8r3z](https://community.thunkable.com/u/zeeshanaminassam8r3z)
#### Post date: [October 9, 2023, 1:03pm UTC](https://community.thunkable.com/t/variable-out-of-scope/2634919/3 "2023-10-09T13:03:59Z")

</div>

Thanks!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [January 7, 2024, 1:04pm UTC](https://community.thunkable.com/t/variable-out-of-scope/2634919/4 "2024-01-07T13:04:35Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
