Airtable | Get and Set

Create a global variable, say “colName”.
Start by setting it to “Team”.
Call “GetColumn” for the team column.

On Got Column:
if colName == “Team”:
set the team label texts to the values of the column.
set colName to “O”
get column for the “O” column
else if colName == “O”:
set the labels under “O” to the values of that column.
set colName to “G”
get column “G”
… and so on.

Hope I was clear. :smile:

Mya be the problem is because of setting that large dictionary on screen initiazlie.What about setting it on the clock timer event too.

Thank you for your reply :pray:t2: I would be grateful if you could show it by blocks :sweat_smile: @Kanishka_Developer

@Mohamed_Tamer I also tried the method with less dictionary elements

Just try to set initialize the variable to empty dictionary.And on clock timer set the variable to the dictionary.

I finally found a way…

Thank y’all for your replies!

1 Like

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