ContributionsMost RecentMost LikesSolutionsEncoding Hi, I have a test that is pulling data from an MSSQL query .. this is generally working well but have some records with values that cause errors when they are used within the json payload ... below is the very simplified version of the usage. Is there a way to json encode the data ? { "repfault" : "${Data Source#repfault}" } Solved