Activity › Forums › Salesforce® Discussions › How do I iterate the array list in LWC? Salesforce® Discussions How do I iterate the array list in LWC? Posted by Shweta on January 5, 2021 at 6:13 PM How do I iterate the array list in LWC? Aditya replied 5 years, 3 months ago 2 Members · 1 Reply 1 Reply Aditya Member February 23, 2021 at 7:10 AM Hi, To render a list of items, use for:each directive or the iterator directive to iterate over an array. Add the directive to a nested <template> tag that encloses the HTML elements you want to repeat. We can call it for loop in LWC. Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me