HomePowerServer Web | PowerServer MobileAppeon Documentation Center
Description
The FromUnicode function is unsupported.
Workaround
Replace the FromUnicode function with String function.
Example
The original code:
FromUnicode(blob)
The modified code:
String(blob)
Search Highlighter (On/Off)