Hello Today we will be having a look at Looping Functions Available in Appian WIth their Use cases. a!forEach apply all any filter merge none reduce reject Let's Start with All Time Famous >>a!forEach Here we are Trying to Find Multiples of 3a!forEach(items: enumerate(10)+1,expression: fn!product(3,fv!item)), fv!item (Any Type): The current item fv!index (Integer): The current item's index... Continue Reading →