Salesforce Fact #644 | Access object attribute in LWC iterator

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.




Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow