Posts

Showing posts with the label object

Salesforce Fact #644 | Access object attribute in LWC iterator

Image
How do you access object attributes in LWC iterator? So, while accessing the data from the list, it is specified as 'it.value'. In order to access the object attribute we need to go one more level, like 'it.value.<attribute_name>'. Attached are the screenshots.