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!
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
Thank you for your help, this helped me solve my issue!
Anytime!!