Fetch data of specific user from airtable

Hi guys

I want to fetch data of the specific users from airtable
for instance Daniel
Untitled
I will appreciate your help

Either use an extension like

or get all data and filter it according to your needs

1 Like

Have you tried anything so far? If so pls share with is, we will correct it. Or suggest you the modification

Thanks

I tried to use some way shared in the community but I couldnā€™t success

Post a screenshot of your blocks so that we can see what you did so far

I am sure you might have missed any logical patternā€¦ share us what you have triedā€¦

  1. get data from airtable. Add into a list, using index is in the list block extract further info from the listsā€¦

I am new to kodular, so I tried this way but Itā€™s not workingā€¦ just trying to fetch specific user data from airtable to show them in listview

I know its messā€¦ please just take it easy and help me

half a way correct, but your mistake is , you have added the loop in the same place of where you are calling the data, but actually you have to use this block in when spreadsheet1 got colum data block

How many fields you are calling, * fields? as you are using index as 8?, in such case why dont you use get all rows methodā€¦

Refer this method of get all rows, so there by each fields(column) values you can put into a listā€¦ then as said earlier , use Index is the list method to get index of the particular name , and with the the help of this index you can get remaining detailsā€¦

1 Like

what are the fields you want to get for the specific user from airtable?

suppose i want just ā€œYaraā€ data onlyā€¦ its appeared in differnt rows

I just want her data to appear only in the list

1 Like

can you show your airtable structure for Yara??

Oh, multiple places are thereā€¦ hmmmm

Totally in mow many places the name is thereā€¦ wait let me find it from here

1 Like

Yes its correct nowā€¦ seems you used another spread sheet, could you please share aiaā€¦ really appreciate your kind support

3 Likes

Awesomeā€¦ thanks for your kind support, really appreciated

(deleted)

You have to delete the unwanted blocks and all herethenā€¦ I hope all the spreadsheet calling the colums are can be deleteable i thinkā€¦( no need of it)

check up and let me know

But i believe instead of that big block(design procedure), simply you might have use collintree or default list view with image blocks, @Dr_RSMY

sure i ll deleteā€¦ thanks a lot

Yesā€¦ Better you can regenerate the api key from the airtable also can change the table name for your safety. ā€¦

image

Click on account> Regenerate API key

1 Like