52
Views
3
Comments
Solved
Getting Label instead of ID in local list

Hello,

 I have a local list with the following attribute that is used to populate the table as shown below


Currently, because there is only MachineType_ID, it shows the ID instead of the label. Is there a way to show the label using my local list? Thank you!

2025-02-04 10-17-42
Shreelakshmi N S
Champion
Solution

Hi @Low Nico ,

Change your local list data type to List of Record, In the Record add the required attributes for eg: Id, Machine Id(Data type - Machine Identifier) , Machine Type(Data type - Text).

Hope this helps you!!

Regards,

Shree

UserImage.jpg
Low Nico

Hello,

Thank you for your help, this helped me solve my issue!

2025-02-04 10-17-42
Shreelakshmi N S
Champion
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.