Would really appreciate if anyone could help me or guide me with blocks on how to get an object value i.e. “url” from following json format generated using GetColumn:
You are extracting a column, with the result going into a local variable object named “column” which you are not using after; and you have a reference to an object named “value” which is never assigned to anything.
Your given blocks display only one image’s block… (That’s why I gave only image’s blocks )
Can u clearly say What do you want to achieve - get URL from AirTable / single images to display or 3 images to display?
If you are getting the URL saved in “Label1.Text”, then it can only be one URL. It is not a list, it is a single entry.
Or am I misunderstanding something?
Follow these steps please. I hope it helps you out.
Set the column Type of “GTP Images” in Air Table to “A single line text”
You can manage visible to True/False to list viewer “I am sure it easy for you to manage” because I post a screen shot of how you VIEW all images and how to GET a specific image to be as a background.
Thanks mate!
As I built this as fast as I can, I forgot to change the other one to “Start” LOL
Now I hope my suggestion to be a solution to his problem because I tested it and it works.
OK i didn’t want to use list view due to its limitation but I guess I will have to use it after all but I know it works well with listview. Will let you know how it goes. Thanks
basically i want the images to be displayed as background on each button since i will also have a row under each button with buttons for share, like etc. with listview, i won’t be able to add row under each listview.
The what you need is to use the 'make list from text with delimiter “,” ’ (or whatever your delimiter might be) and assign each element of the list to the component.
Yes, you will need to have as many component value assignation as you have components.