In MS SQL I can use TRANSLATE. But in Dataverse, everything that I find is to use Power Automate, or use substitute (which never works).
Thanks for the help.
Announcements
replace(
replace(
replace(
replace(triggerBody()?['text'], '&', '&'),
'<', '<'
),
'>', '>'
),
'"', '"'
)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1