Getting around the 200 character limit for Labels
We have “Labels” in our service catalogs that are links to documents in SharePoint that we want people to access and fill out. This results in them being over 200 characters long. Our implementation team made this work somehow by showing this (for example)Click here <a target="_blank" href="https://our.sharepoint.com/:x:/r/sites/OurITServiceManagement/Shared%20Documents/General/Document%">Some Accounting Form</a>Which points to this:https://our.sharepoint.com/:x:/r/sites/OurITServiceManagement/Shared%20Documents/General/Document%20Repository/Some%20Accounting%20SR%20-%20Manual%20Final%20Form.xlsx?d=w99bc75c8a6054fa08fc84f4a5887ce9e&csf=1&web=1&e=k52h4RHas anyone else solved for this? A table or code for instance?