The last block in the get column event, you’re not updating the list, instead you’re replacing the actual ones.
Theres a block in the list section to add items to the list,
You still should add a sublist with four items if thats the list model that you’re using.
Try “add item to list” block, in item put “create a new list” with the four subitems, and in list field put the global list,
Then call notifyDataSetChanged
last one is the link…so i am not using it now
is the on blind view is correct?
No it isn’t, rowPosition should just be used to the corresponding field that has same name.
Instead put the index of the subitems there, 1 for username , 2 for pic
I will post here the correct way to get the items
this is not airtable, you are not using the same process as get column in airtable.
Airtable dont work like that, airtable : create a column list : Name 20 list / image 20 list / rank 20 list.
how can we set the list in this extension…if it select first item of every sublist then ,…
… …1.Name : Rahul … … 1. image : Samual … … 1.Rank : Robin
-
Name :Image1 … … 2. image :image 2 … … 2.Rank: image 3
-
Name : Rank 1 … … 3. image : Rank2 … … 3.Rank: Rank3
It will be mash up like that.
You have to add the items after you get the data from your database, use a for each block
You should saw that also , with the use of airtable it would be easy to understand… we have never use like this, so its really complicated to understand.
This extension have a bug can not load list from Airtable, it load only signal item… i have try in many different way…
Well maybe show what you did? Bugs are only true after they are confirmed by more then one user i guess.
I create a list : 5 name and 5 rank
but i got only one name and one rank.
name : rahul Rank: 5 is what i got from airtable
This extension load only the first item from the airtable list.
i also try this way:
Its not a bug ,its look like you dont have basic knowledge about lists
Use select index in global rank and global name on blind view ,
This global lists are used as example you dont need them when using airtable.
should i use global list directly on blind view
the problem was that the extension was not listing it so … have to add new block.
its solve now …
I dont know what ( HIMALAYANXTIGER) extension version is and how it work…
But my problem is solve by this solution.
Both are different extensions but using process are same ,
You are using list inside list ,its also can be used directly like above .
Is solved now, you were adding items incorrectly
Tried and works, you have to add every item in a separated list, what you did is adding the entire response list as an item. You could do with range the same way, if both response lists have the same size, use the another for block to iterate both lists. Don’t forget to add notifyDataSetChanged block.