You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postman uses the faker library to generate sample data, including random names, addresses, email addresses, and much more. These are present as dynamic variables in the Postman collection. However, when converting the collection containing these variables, it is necessary to resolve them accurately.
Presently, the conversion process converts {{$randomInt}} into a string i.e. "{{$randomInt}}" , instead of a random number like 802, which is the expected behavior.
Postman uses the faker library to generate sample data, including random names, addresses, email addresses, and much more. These are present as dynamic variables in the Postman collection. However, when converting the collection containing these variables, it is necessary to resolve them accurately.
Presently, the conversion process converts
{{$randomInt}}
into a string i.e."{{$randomInt}}"
, instead of a random number like 802, which is the expected behavior.Here's the list of supported dynamic variables.
The text was updated successfully, but these errors were encountered: