i am fetching data from record and i am showing this data in a card layout with foreach, so i want to show only 4 record in first row then 4 in second and so on. how can i achieve this through foreach in one interface
Discussion posts and replies are publicly visible
In the blog post below, I describe, how to build an expression that turns a list into a two-dimensional matrix, which you can then put on screen using a nested foreach.
https://appian.rocks/2022/09/19/building-customisable-components/