Hi Koders! I just got entered into Kodular world from thunkable and I’m newbie here.
I need some help with my blocks
(if you could give me some tips or sample block, I would deeply appreciate it)
What I am trying to do is described as below (image)
Therefore they want help in translating that code into Kodular.
However, they should take the time to learn Kodular and create their own kode instead of looking for ready-made blocks. If they have problems they can show what they have tried.
Gaston thank you for your help but i need little bit more advise.
I want to show [Name / phone / time] info on [detail screen] with [each label] component
from spreadsheet of each column… but I couldn’t specify with current advise.
looking forward to getting your advise. deeply appreciate it!
And usr GET, you will get corresponding row details alone in a dictionary method, and just parse this dictionary into convenient method, then do your work…
The previous example is wrong, it uses only (selection index) in value sent to the screen “detail” is received as a list, then it only uses “select list item” to extract the position of each data
@Still-learning Calling the entire table is not suggested, if you have 1000 records with 50 columns, a significant delay is generated, the correct thing to do is extract what will be used.
@Young_Kyu_Oh The NAME variable is not necessary, as I mentioned it sends it to screen2 with list format, you have to separate that, selecting the index you want to show.