That was the view of my app. i miss the tittle of the image.
this is my Airtable:
and this is my block:
the question is: how to fill that empty block, so the tittle can show as the image view from airtable?
this is my Airtable:
and this is my block:
the question is: how to fill that empty block, so the tittle can show as the image view from airtable?
You can change your blocks a litle.You may create a airtable named number, which is used to indicate what column you get.now, add an if then statement in your gotColumn event, like:
if number variable = 1 set number variable to 2 get column Tittles
, else if number variable = 2 create the list with the extension you are using.
And don’t forgot to set the number variable to 1 when getting the column Name
.
really big thanks for reply
but i wonder if you could show me the block arangement sample… i got a little bit confused of the explanation.
Here is an example, you need to complete this blocks:
so, i just need to add that sample block to my first “when spreadsheet1 got column” then?
You need to set the number variable to 1 when you get your column ( Name ) , then use the blocks i added above.And at the end add the custom list view extension block Create_List
block, the titles paramter will be the Titles variable you find in the blocks above
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.