I need to fetch all the content from airtable list to List View Image and Text in a way that content from column 1 (Name) will be the TITLE, column 2 (Category) will be the SUBTITLE and column 3 (Img) will be the IMAGE.
private keys removed by Mod
I need to fetch all the content from airtable list to List View Image and Text in a way that content from column 1 (Name) will be the TITLE, column 2 (Category) will be the SUBTITLE and column 3 (Img) will be the IMAGE.
private keys removed by Mod
What have you tried so far ? Get all columns, save values in global lists and the assign values from that lists in ListView. See also below post to help you with fetching data …