Hi, I am new to thunkable.
I am creating a simple EMI Calculator app. Thunkable
I have create a Lable that gets updated from google sheet: EMI Calculator - Google Sheets
Howevert, the label is getting initialised in the bugging but not getting updated after I change other values.
Can you help me with this?
I even tried with button. not working.
Hi there, @vimal8kvt, and welcome to Thunkable!
You are encountering this issue because the row id
doesn’t accept row numbers, but a specific and unique ID for each row. You can try something called VLOOKUP. I shared this with many other users.
This immediately gathers info that YOU have entered and then looks for the row. Then in that same row, it will look for your value. Hope this helps!
1 Like