Hi
When retrieving data from orchestrator Assets and applying at Typeinto “backward slash is types with Pipe symbol” i.e., Asset=“c:\” is written as “C:||”
Can anyone suggest why it is happening and provide solution…
Thank you
Hi
When retrieving data from orchestrator Assets and applying at Typeinto “backward slash is types with Pipe symbol” i.e., Asset=“c:\” is written as “C:||”
Can anyone suggest why it is happening and provide solution…
Thank you
Try appending ‘@’ like this in Asset. Because single backslash is a escape character.
Asset=@“c:\” or Asset = “C:\”
Regards,
Karthik Byggari