Can I use different icons for each item in a list?

I have a custom list showing ContactName, ContactPhone, and ContactEmail.

I want to put the standard person, phone, and email icons beside each item in that list.

The only way I can think of to do this is to stack all three icons and use visibility rules to determine which one appears beside each item.

But isn’t it considered bad practice to use too many visibility rules on one screen? I read that that can slow down performance.

Can anybody suggest how to do what I want?

Basically these are loaded on screen so there’s an element of slowness attached to it if you have too many rules for sure.

But since you’re talking about contact list and only 3 properties in it, you can go ahead and group each property with icon and show that only when property is not empty.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.