Hello folks,
Having issue with string variable with value of date in RFC3339 format. Replace Token modify this string from RFC3339 to computer date time format. The final replacement has been modified to wrong format.
Example:
The source Azure DevOps variable:

Replace task with modified values

Reading variables directly from dev ops by pipeline:

I need to replace string as is written in devops variable into target without any modification (1 to 1).
Hello folks,
Having issue with string variable with value of date in RFC3339 format. Replace Token modify this string from RFC3339 to computer date time format. The final replacement has been modified to wrong format.
Example:

The source Azure DevOps variable:
Replace task with modified values

Reading variables directly from dev ops by pipeline:
I need to replace string as is written in devops variable into target without any modification (1 to 1).