Hi everyone! Here’s my question: How to set more than one columns data as more than one labels texts at the same time? To be more spesific, I create a league table and I have to update data from spreadsheet.
@Mamoball_Turkiye_Club you mean you want to set the right labels according to the column name?Means when you get Takim you want to set the labels of Takim,etc…?:
Yep. But I didn’t understand what “test” things used for. There are also many global values and it made me confused. Can you explain what each block group used for? So I can replace the items with my own items easily.
Ofc.I wonder why i forget to explain my blocks
Okay ,
The label global variable.That variable is a dictionary which have some keys and values.You can increase keys as much as you want.Every key, i have a value which is a list of the labels of that key…Ex.: Takim key has a list of the labels of Takim, etc.
the while loop. This while loop is the only way if found to stop executing the loop until airtable gets the data.Then it starts executing the next item in the loop. So i have a variable called got which determines that the app gets the data or not. ( when airtable gets the data it will set got to true ) when got equals false it stops the loop from executing…When got becomes try it returns it agian to false so no error occurrs and the starts getting the next item
Sorry for being late @Mamoball_Turkiye_Club,
Just add a clock component and set its interval to 2000 and then add the timer event in the clock blocks.And put this blocks inside :
set clock1.enabled to false
and then add the get column blocks that we’ve disccused before.
Are you putting any thing on screen initialize.What is your timer interval?And how you open this screen ( show your other screen block that redirects the user to this screen. Maybe the issue is there ?