Created
March 7, 2021 20:10
-
-
Save moenk/f0b91f7d412442be19413d9097f95c66 to your computer and use it in GitHub Desktop.
UiPath remove special json encoding character from queue item specific content
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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