Shams_Din
(Shams Din)
July 23, 2022, 6:04am
#1
Hi Kodular Community,
I want to get all user data from my airtable(Table) and show it in my application. Basically, I am building an admin app where admins can see user progress and user data from it. I am a little new to the kodular, that’s why I need help. As for the trying, I don’t know where to get started.
Thank you
Anil_M
(Codal Inc.)
July 23, 2022, 6:42am
#2
Use Get Column Block (Max 1200 On Free)
Get All Data From Airtable
Shams_Din
(Shams Din)
July 23, 2022, 6:43am
#3
@Anil_M I want to get data for each user separately like a user list, which shows information on user data
Anil_M
(Codal Inc.)
July 23, 2022, 6:54am
#4
Get All Data separately empty list
Like this
You can use query method too
Use airtable query method. No need to call either whole data or every col by index method
#off-topic .
Why suddenly my post was bending for approval?
[Now published ]
Shams_Din
(Shams Din)
July 23, 2022, 7:50am
#6
Thank you for the help but I have tried it but it’s not getting me anything from my airtable @Tech_Developer1 @Still-learning
Anil_M
(Codal Inc.)
July 23, 2022, 8:06am
#7
Check your api key & base id put properly
Shams_Din
(Shams Din)
July 23, 2022, 8:08am
#8
@Anil_M Now its getting data but only from the last column, i want to get data for each user separately like , user 1 data , user 2 data, user 3 data
If you wany every users data then get all data amd put into list then use for each item list block and do the remaining work
I have tried like this for all users
and the result is
2 Likes
Gaston
(zodiaclogic)
July 24, 2022, 12:37am
#11
It is logical that it shows only the last record, you do not realize that with each cycle you are overwriting the values of the labels.
You can use anyview but it totally depends on our wish and logic
Shams_Din
(Shams Din)
July 25, 2022, 8:55am
#14
Hi, Thank you for this. Can you please send me .ais for this screen? Thank would be a great help
airtable_Screen6.ais (9.3 KB)
Upload this extension before you upload the ais
1 Like
Shams_Din
(Shams Din)
July 25, 2022, 10:10am
#16
Can you give link to this extension also?
system
(system)
Closed
August 24, 2022, 11:30am
#19
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.