Action and group loops over data
Quote from ljunggren on May 15, 2020, 5:03 pmWe now support looping over individual groups and actions over arrays. For developers this corresponds to for loops.
It's a little hidden, under Description -> Loop data. The values can be accessed using handles $group and $action.
For instance, to select a set of order id:s 123, 124, 126, simply use an action loop looping over (123, 124, 126), and use $action in the element selector.
We now support looping over individual groups and actions over arrays. For developers this corresponds to for loops.
It's a little hidden, under Description -> Loop data. The values can be accessed using handles $group and $action.
For instance, to select a set of order id:s 123, 124, 126, simply use an action loop looping over (123, 124, 126), and use $action in the element selector.