# Help With Review App

**URL:** https://community.thunkable.com/t/help-with-review-app/3348453
**Category:** Questions about Thunkable X
**Created:** [November 18, 2024, 3:57am UTC](https://community.thunkable.com/t/help-with-review-app/3348453 "2024-11-18T03:57:37Z")
**Posts on this page:** 17
**Page:** 2

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 21, 2024, 8:50am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/21 "2024-11-21T08:50:20Z")

</div>

Sorry for the confusion in the last message but I just realised that I do need the google sheets link for the project, because it is connecting to my version of destination app as i remixed your project without the data source.  
Also, I tested it on my phone and it does work.

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 21, 2024, 8:51am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/22 "2024-11-21T08:51:15Z")

</div>

no problem. at least it works! thanks

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 5:32am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/23 "2024-11-22T05:32:21Z")

</div>

May I just ask what is the purpose of the GLOBAL ROW NUM object? because all i see in the data sheet 2 is 123 123 123…

---

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 22, 2024, 6:03am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/24 "2024-11-22T06:03:29Z")

</div>

Basically, whenever you need to create a new row, the row number is the number that is currently in global rownum, and after you create that row, global row num increases.  
It is basically a cloud variable that increases after every submission.  
I didn’t use cloud variables because I had a few problems with them.

> **Why I had Problems with Cloud Variables**
>
> One of the problems I found (which may have been a glitch), was that on different devices, the cloud variable wasn’t synced (e.g. on one device the cloud variable was 3 and on another 1).  
> This was an issue and someone recommended that I use google sheets to hold this data.

Also, what do you mean by

> [@ant\_1](#):
>
> all i see in the data sheet 2 is 123 123 123…

because it is supposed to be always increasing by one every time a new row is made.  
Make sure that you don’t delete any submissions from the data list or it may break and also make sure that the first row num is 1, then 2, then 3, e.t.c…  
If it isn’t this could possibly break the app.

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 6:08am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/25 "2024-11-22T06:08:29Z")

</div>

this is what i see

 ![Screen Shot 2024-11-22 at 10.08.03 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/9/39a2f330884554ddf737928a5caa1548ae290459.png)

i didnt touch the sheet at all since i didnt even have access to it

---

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 22, 2024, 6:09am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/26 "2024-11-22T06:09:26Z")

</div>

Could I please see the code again?  
I don’t understand why that would be happening.

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 6:12am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/27 "2024-11-22T06:12:53Z")

</div>

for which screen? or all?

---

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 22, 2024, 6:13am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/28 "2024-11-22T06:13:49Z")

</div>

for the screen where you submit the data

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 6:16am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/29 "2024-11-22T06:16:13Z")

</div>

first part:

 ![Screen Shot 2024-11-22 at 10.15.16 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/4/44ee1dec6af039635d33e51355d86ec6b582fc35.png)  
second part:  
 ![Screen Shot 2024-11-22 at 10.15.28 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/c/8cfd23a3bb789701c41ac9e598449844f25d26f7.png)

---

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 22, 2024, 6:34am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/30 "2024-11-22T06:34:51Z")

</div>

I can’t see where the problem is.  
Could you please reshare the project and the data source so I can test it?

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 6:46am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/31 "2024-11-22T06:46:53Z")

</div>

here you go: [Thunkable](https://x.thunkable.com/copy/7aee112e2f49226d7c91bc20ae942d11)  
data sheet: [Destination App - Google Sheets](https://docs.google.com/spreadsheets/d/17Btxn6FeWc1OwpkGcE2LF8RAmark9SB_GfIJykfQmi8/edit?gid=1134888393#gid=1134888393)

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 7:04am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/32 "2024-11-22T07:04:39Z")

</div>

can i just start it off with 0

---

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 22, 2024, 7:18am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/33 "2024-11-22T07:18:04Z")

</div>

I still can’t find out what’s wrong.  
Also, if you wanted to reset the the app, you would need to delete all of the submissions and set the global rownum to 1.  
@matt_conroy do you know what is wrong?

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 7:26am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/34 "2024-11-22T07:26:37Z")

</div>

would it not be 0? because there is no submissions yet if i reset everything.

---

<div class="post-metadata">

### Author: ![terraceaccapp3hc7yk](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/terraceaccapp3hc7yk/32/189221_2.png) [@terraceaccapp3hc7yk](https://community.thunkable.com/u/terraceaccapp3hc7yk)
#### Post date: [November 22, 2024, 7:50am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/35 "2024-11-22T07:50:45Z")

</div>

No, the global rownum variable is what the next row would be.

---

<div class="post-metadata">

### Author: ![ant\_1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ant_1/32/183393_2.png) [@ant\_1](https://community.thunkable.com/u/ant_1)
#### Post date: [November 22, 2024, 7:50am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/36 "2024-11-22T07:50:57Z")

</div>

ah ok 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: [February 20, 2025, 7:51am UTC](https://community.thunkable.com/t/help-with-review-app/3348453/37 "2025-02-20T07:51:52Z")

</div>

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

[Previous page](https://community.thunkable.com/t/help-with-review-app/3348453.md?page=1)
