Possible to change request name? (With variable)

Hi,

Is there a way I can enter a variable into a request name? For example something like this:
image
So That {{Number}} gets replaced by a variable.

Thanks

1 Like

Hi @avanbe,

The request names don’t get replaced by the variables.
If you want to add a statement test with number - {{Number}} where number gets replaced by the variable, you can always access the variable by pm.variables.get(“Number”) and log it the pre/post -request scripts.