In SPO list we have a single line of text, where values are sent as anchor tag e.g <a href="https://SPSITE.sharepoint.com/sites/inspection/Shared Documents/Plant & Equipment/MAINTENANCE/Maintenance Program/Inspection_Vehicle_18082022_075430__3.pdf">Inspection_Vehicle_18082022_075430__3.pdf </a>
WE do not have control on the program that sets this value.
Is there way we can format this with JSON to show as Inspection_Vehicle_18082022_075430__3.pdf inside list?
Basically to rend this text as HTML ? All json format take "txtContent" as parameter. or they need elmType.
or is there a way to do string manipulation?
We are avoiding having another power automate to do string manipulation and extract HREF/Filename value.