thunkable / thunkable-issues

24 stars 9 forks source link

Data source doesnt update while app running #1263

Open OierHernanz opened 1 year ago

OierHernanz commented 1 year ago

Hi, I have a project in which I have to get the value of the google sheet database (eg 4), and later change it to a new value (eg 4+1). But when I want to get the value from the database again, I get the old value (eg 4) and not the updated one. Do you know if there is a way to get the updated value without having to restart the application?

Thanks