I want to implement a functionality similar to a FOR loop which runs for every item in an array where the control can be defined when to exit the loop. Also i want to return a value when it exits the loop.
Thanks in advance
Discussion posts and replies are publicly visible
Starting with version 17.2, which I believe will be released tomorrow, the new a!forEach looping function will be available. Below is a summary of some of its features.
You can hear more about this feature by watching the 17.2 Product Announcement Webinar on the home page of Community starting at the 48 minute mark.