5 Different Listviews using Dynamic component Extension | Guide

Questions:

Solution :

Here is the key:

"keys": [
        "ID",
        "ClgLogo",
        "ClgName",
        "ClgEstd",
        "ClgCode"
    ],

and image code:

                {
                  "id": "Clg_Logo{ID}",
                  "type": "Image",
                  "properties": {
                    "Height": 60,
                    "Width": 60,
                    "Picture": "{ClgLogo}"
                  },
                  "components": [
                    
                  ]
                },

Here is the block:

  • first you load a dummy image “load.png” whose upload in asset to create a list and the load image Async :backhand_index_pointing_down:

Here is the OutPut:

Also you can refer this post:

I Hope its help You to load image Async. :heart_eyes::rocket: