Urgent Help Needed (ColinTreeList + Airtable)

Hello Koders,

Extension Using : ColinTreeListView
Database : Airtable

Here is the preview of using getting data in list without the airtable (offline)
WhatsApp Image 2022-02-18 at 4.11.19 PM

Here is the preview of using getting data in list with the airtable (online)

blocks

blocks (9)

Blocks instructions would be really helpful.
Thanks in Advance!

A simple example, modify it according to your needs

image

1 Like

Thanks for your response,
I see a “values” variable. I am wondering that where does it comes from?

Well this came from airtable , replace to the lenght of one of your global variables

is it the length of airtable records?

Yes, the lenght of airtable records

Got It. I will try and let you know.

1 Like

I was wondering, do I need to decode .json text or not? means where to use that block.

Yes since your are getting response in json format from airtable. Use Do it to debug your blocks and see how your global list are populated from airtable

okok got it, and i was wondering that is there a way to set a different text of extra button for each item in list (colintree…)?

I am not able to figure where to add the .JSON decode Text block, could you please help with it taking your example block in mind.

Could you please help me with the solution. :slightly_smiling_face:

Post a test aia here

1 Like

Fixed it, I removed for each number.

Problem was that i was doing

for each item in list
do for each number
add iteam 

so thats why if there was 2 things than it was performing 2 times. 

Thankyou for your efforts to resolve my problem and supporting me.

1 Like

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