[SOLVED 11/23/24 9:17 PM EDT] The database extraction from googlesheet is too slow

Is the code i used responsible for the delay when the screen opens? and if this is the case can you help me to make it more simple.

I get my data from googlesheet.
note: in the screen before this one i used data viewer list so in this screen i want the data from the row that user clicked .

I think you are experiencing this same problem

1 Like

It looks like you’re getting individual cells from a single row but each of those Get Value blocks is going to take a little time to get data from the cloud. Instead, get a row object and then use get property of object blocks to parse out each cell you need. That will be a single “get” vs. how many you have in that screenshot.

2 Likes

thank you so much for the solution, it worked very well and the delay is gone, this is exactly what i was looking for
you really made my day. i will marke it as solved

1 Like

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