pm.variables.replaceInAsync(variableName:String):function
method to replace the "dynamic value expression" in the string with the actual value. The function returns a Promise, and await must be added when calling it.
{{$person.fullName}}
A real value was generated during the script execution.