Is it possible to bring the column name in the list?

Yeah that is cool but I need values also right and it is working only with index 2.

in this way get values of col name as a list , and if you add few more walk at level you will get list of values… just test it without using select list item list

If I use one more “walk all at level”, I am getting all the values without column name, without “get keys” and “select list item list”.

yes, now combine the data… now you are having col names as a list as well its values as a list. still whatelse you want

As I told already if the user select a particular name, it should show only that row values. But here I am getting all the values including names also.

you are expecting a comple logic here… you must give proper logic to the app else need to setup hard way the blocks…

Else for column names (since you are telling evety month col names increasing pls use clock componet to get col names as a list ) thn get value then design logic… You must give proper input then only you can defin the output properly… without any proper input you should not expect always the good result…

Is there any way to display the column name in the same order as it is in airtable?

May be it is harder… else create one more col in which you concadenate the existing values then retriev it… thats the simple solution for getting as it is the order

In such case use airtable API query , I mean filterbyformula method. Cal the user names col alone and show it in app. When any cell selected then call that row alone without along with col name. I hope it will suits for your query

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