Hi,
When fetching terms from the Term store that contain an ampersand, that term cannot be used to create a new Document Set in SharePoint, because an ampersand is encoded to a non-default hexadecimal value 0xFF06. Therefore I would need to do a replace:
replace([haystack], 0xFF06, '&')
But I have so far not found a working function to convert the hex value into a string that can be used by the replace function. Did anyone already solve this? Thx!


Report
All responses (
Answers (