In Extract Message Policy if we are extracting only the query param value
extracted
{singleValue}
And in Assign Message usage will be as below to create the target URL
TargetPathSuffix
url1/url2/url3/v1/url3/{extracted.singleValue}
In the Trace its updates like below for Value
http://XXX.YYY/hardcoded1/hardcoded2/%7Bextracted.singleValue%7D'
Why spl character with %7Bextracted.singleValue%7D listed information gets appended to Value than expected value was to have the value of query updated
http://XXX.YYY/hardcoded1/hardcoded2/MyStatus'
GET is something like below
