Forum Discussion
String concatination in ADF
Hi krishn ,
\ is an escape sequence inorder to preserve " in string and it will not include when you print the output.
Escape Sequences | Microsoft Learn
For Example:
Hope this is helpful. Please let me know incase of further queries.
This is helpful, so we are planning to pass this variable to another web activity as input variable as a parameter in relative string. So we don't have to exclude \ correct. Appreciate.
- Anonymous2 years agoNot applicable
Yes there is no need to exclude \ as this is considered as escape sequence. Inorder to achieve your goal, you can use this -
@concat('{"value"}:{"', variables('requiredvalue'), '"}')
I hope this answers your query. Please let me know incase if you have further queries.- Anonymous2 years agoNot applicable
Hi krishn ,
We haven’t heard from you on the last response and was just checking back to see if your query was answered.
Otherwise, will respond back with the more details and we will try to help .