Skip to content

Instantly share code, notes, and snippets.

@moenk
Created March 7, 2021 20:10
Show Gist options
  • Save moenk/f0b91f7d412442be19413d9097f95c66 to your computer and use it in GitHub Desktop.
Save moenk/f0b91f7d412442be19413d9097f95c66 to your computer and use it in GitHub Desktop.
UiPath remove special json encoding character from queue item specific content
str_name = System.Text.RegularExpressions.Regex.Unescape(in_TransactionItem.SpecificContent("name").ToString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment