Is there any simple way of looping over elements in List via Action Flow Editor?
My current approach is creating Integer Page State and iterating it as index in Action Loop (init as 0, then Loop with "index < List -> Number Of Elements" Condition, and don't forget to increment in Loop)
It seems archaic, maybe there's a better way?