Hello Friends,
I need some help to complete my project.
I am using ColinTreeListView extension in my app.
I have added image, name and short description through ColinTreeListView.
Want I am trying to do ?
When user click on ColinTreeListView element then opens another Screen and get the full details from different tables with one row that is click.
you can give him screen ais or blocks only, like right click on block to download and upload here so he can download and drag drop them to his blocks and then he can use them
I have tried with @himalayanxtiger given block and error has successfully removed but I didn’t get value on Screen2 after clicking on Colin list element.
where you have stored that image? and airtable on support image link for kodular, you can set image link in airtable and get with blocks, like getting text and set that image link to image in colin tree as @himalayanxtiger getting and using,
and for next screen, simply set image to select list item, (on which index you have stored image for next screen, i blocks i have seen 1, so set image of next screen to select list item, list(get start value), index 1.
Means when user click on colintreelistview then opens other screen.
The other screen shows the image.
You can also solve my problem how to get image from airtable ?
store image link on airtable, and get that link as you get data from airtable, and for next screen use method as given in blocks of @himalayanxtiger he is getting images link and send to next screen,