At first Greetings to all,
I had developed an app which includes colintree list view extension and dynamic grid view extension.
but my problem is that whenever I open my colintree , TITLE And SUBTITTLE are visible as I have created in Airtable Spreadsheet But IMAGE is not Visible.
I have attached some blocks pic and the screenshot of my app.
I know there is a mistake. but I can’t find it.
Please help me out of this problem and I’ll be very thankful.
Thank you 2020-05-01T18:30:00Z![1|415x500]
Have you checked how the link is returning? In my app when I change Json to “list of list” the URL returns broken and I have to fix the link using a “join” eg:
url returned: http: [{site.com [image.jpg
url with Join: http://site.com/imagem.jpg.
Another thing, try this, it worked on my project:
Thank you .
yes I change all extensions into .png. but it did not work.
but whenever i unchecked the HIGH QUALITY IMAGES it worked.
thank you for your suggestion.