How to set spreadsheet table name using dynamic component extention

I create a Dynamic list view using airtable spreadsheet .
Eg list .
Class 9
Class 10
Class 11
Class 12
Class 13
Etc
I want to know if user click class 10 . So how to Airtable table name is class 10 or if user click class 11 then how to set table name is class 11 . ???

First Please provide your example blocks, what you have tried.

So we can help you here.

Thank You.
Satwik

Get Id
Components = Components

  Class 9
  Class 10
  Class 11
  Class 12
  Class 13

is this values present on card view or label?

I think it’s label text.

so you can set like this.

Screenshot_2024-04-19-09-26-44-26_40deb401b9ffe8e1df2f1cc5ba480b12

Thank You.
Satwik

1 Like

i want when any card view click not any label click

provide your blocks, tell us what you have tried.

This method work only Junior class lebel if I click class 9 or class 10 then this method not work

Decode your block get that labeltext value in notifier or in separate label. so we can see what value they are giving.

and also make sure in your spreadsheet you already created that tables(airtable).

Screenshot 2024-04-20 at 23-47-01 Kodular Creator
This method is not working . how to set this ?
if user click class 9 then data load class 9 or user click back then set table name null or user click class 10 then data load in class 10 same dynamic list ?

@Aditya_Mishra3 did your class 10 Table present in Airtable? and check column name is same as blocks. In blocks after name is there 2-3 empty space?

if your Problem not solved then you can private message me with your original aia or example aia. I will try to check wats wrong.