I am trying to create an HTML table, which can be then displayed in an email. This isn't a problem, and is simple enough to do.
The issue I'm having is with the formatting of the values within the table.
The values are all pulled from a SharePoint list, and most values look as expected in the table, but all those values, which come from fields had selectable options are being displayed with lots of other info, which makes it unreadable.
As an example, in one cell, the value ought to be "Completed" but instead it's "{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":1,"Value":"Completed"}"
Any guidance would be really appreciated.