- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 05:20 AM
I am trying to implement card view to display users in UI Builder. Do I have to make cards for each of the user separately?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:15 AM
Hi @ayushiverma, you should use repeater component for this use case. It helps you to loop over a collection of data. So you only have to make one card component and it will be applied for rest of the records.
Please mark this as helpful if it helps.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 05:50 AM
Hi @ayushiverma , You can use repeater, watch this video for better understanding
Platform Analytics: Crafting Insights with UI Builder - Platform Analytics Academy - June 12th, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 05:53 AM
Are you trying to show user details on records, or is this for the user table itself? A bit more information would help in understanding your requirement.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:15 AM
Hi @ayushiverma, you should use repeater component for this use case. It helps you to loop over a collection of data. So you only have to make one card component and it will be applied for rest of the records.
Please mark this as helpful if it helps.
Thank you