I cannot get the latest updated data from Google Sheets data sources

I’m having the following problem in my application. I’m pulling data from the google sheets table with ‘get first row object’. but when the data in the source changes, even if the ‘get first row object’ block works again on the application side, it does not bring the new data in the source. only after forcing the application to close on the mobile device and reopening it, it brings the new data in the source. how can I overcome this situation?

there have been many threads about this problem and even stated that they will work on a solution. now all threads related to this issue are closed. when will the problem be fixed?

Hi @solmezv4u5p9, welcome to Thunkable! :tada:

Could you please try to use the “Get Row Object From” block?

Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!

hello ioannis, first of all, thank you very much for your kind welcome. as seen in the picture, I bring the data in the AIDAT column on the data sources side according to the information in the user_Email variable. Since there is no Where condition in the ‘Get Row Object From’ block, I could not do what you said. How can I solve it?