[FREE] KevinkunAirtable extension

Use call.Select and when when.selectFinished block

image

1 Like

Is this for column or row ?

Have you read info provided by the developer ? If not read again #post1

1 Like

Does it has max record more than 1200

Free limit of airtable is 1200 row only… Are you using paid version of airtable?

Let’s say we have a table like this:
2021-09-05_171512

and we try to get ‘name’ column like this:
2021-09-05_171941

the global records is a list of list of list.

if you want to get a simple list (not nested list), do this:

2021-09-05_171947

3 Likes

What is nested list ?

What is page size ?

See post #1

Json format… …

How can I update cell with this extension in Airtable

image

1 Like

you need to know the id and column name of the cell.
data is a json string like {“columnname”:“new value”}

2 Likes

Is this extension able to load column fast as compare to Airtable component

i think they are using same api, anyway different people/location/computer have different opinion, try by yourself and share your result here pls.

@Kevinkun do you have any examples working with the JSONTools extension developed by Luke Gackle?

is this related to this topic? pls open a new post.

Yes it is related, I ask if you have any example of your extension working with JSON Tools, that’s all.

yes the select method will return a json string. you can use this JsonTools to parse it to a dictionary (i guess, never use it).

1 Like

what should i have to give in data actually I want to update cell like before is False But after clicking button i want to update cell from false to true

And I Need one more help that how to filter 2 column

I did like this
Column1=“abc” & Column2=“xyz” i want airtable send only those values in which abc and xyz value is there