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 .
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.
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