Auto increment collection variable

I would like to make automation tests in Postman. But some requests needs unique values to run successfully. So I would like to know if there is some variable which I can add to the values which will ensure unicity. Lets imagine email field which will contain something like

{
    "email": "aaa@{{unique}}.com",
    ....
}

It can be increment, timestamp or whatever like that. But I need to have always new value in there for all requests, and dont care about setting up the value. Is there something like this? Thanks for your time.

Oh I found something usefull Dynamic variables | Postman Learning Center

Hey @vladimir.camaj

It looks like you’ve discovered the dynamic variables, which will help you out here. :trophy:

There are a number of different ones to choose from - If you need any further help, please ask :heart:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.