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/
To display data in a list format, you can utilize the "Cards as List" option within the interface pattern. For additional details, please refer to the attached image below.
I got you covered - appianspace.com/.../You can always look up to my blog for similar things.
Can you see this option available: Rows to Display Per Page? if Yes please put value 4 & try.