ServiceNow

ayushiverma
Tera Contributor

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?

 

1 ACCEPTED SOLUTION

AyushKumarM
Mega Guru

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

 

View solution in original post

3 REPLIES 3

Mark Manders
Mega Patron

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

AyushKumarM
Mega Guru

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