Load data according the length of list from gsheet

Hello Kodders ,
Condition : I have to load data according to the length of row in gsheet and send it to another screen
Explaination : in 1st row i have 12 epiodes , in second row has 22 episodes and , third row has 8 episodes how do i call data fro gsheet , can anyone help me with any concept or example block and also how do i this changing row data in another screen when any data click anyones small help , help me alot
I Tried : i load data from gsheet in csv table format and get colums with index
but didnt how do i get data according the row length

get data from gsheet, convert csv table into list

use for each items in the list… (each row will conider as a list) Here if you use length of the item you will get length of each row… simple

1 Like

example block

show sample of your gsheet

1 Like


here is data in gsheet
and here is the blocks

1 Like

Pls use kodular block and try to maintain same length else you will be in need of complex procedure

1 Like

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