Dynamic list componentbuilt

Anyone who know this block “type” indicate what?

whenever dynamic components creates any component this block gets executed and it tells you what type of component is got built, e.g. card view, vertical arrangement, label etc.

so if i want to check label of particular created id if it exist what should i do.

you can use get Id block.

I mean if i have dynamic list of card, label and images. I want to change label text after image fail to load asynchronous from the list.
What i did is to create image from list after label has been created
Than, load image asynchronous
If fail the label change text to “image failed to show”
But, I get error null object list

you have to find the ID of that failed image from path, then you can set text of the label from that ID.