Hi , im new to this thing. But have learnt a couple thing along the way. I try to create a project for my assignment. But im stuck with read and get cell data from newly created append row in google sheet. I have read a lot of topic read data from google sheet but not on specific data cell, only read all data from column and table. Below are my blocks, screen and google sheet :
Do you want to call all id?
(In the procedure block it is clears that from the 5th col you are calling all data but header you doesn't need. So just use remove from the list using the index 1 and then from this list select the every 5th item, and why do you use join block?
If you want specific id (for every person their own id), then while sending time the generated id to spreadsheet use one tinydb to store it .
From the tinydb value, use query method to call upon the specific row values alone .
Thank you so much @TIMAI2 . At first im a bit confused if the uid i created at screen 1 then how about i want that uid value to display at screen 2. After playing with the block example u provided, i have succeeded. I dont know how to thank you, been strungling to make this simple uid thing hehe. Once again thanks for the help