Dynamic Substitution in Postman

Hi,
I am new to postman, and trying to do Dynamic Substitution ( like in JMeter ) with postman
e.g.
name of variable: form_build_id
regular Expression: “form_build_id” value=“(.*)”

and would like to use the form_build_id as ${form_build_id} which is specific to JMeter, but would like to know if there is something similar available in postman.

Thanks,
-Kamal.

1 Like

Hi @kamal2222ahmed

The equivilent variable syntax would be double curly-braces; {{form_build_id}}

1 Like