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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
This discussion was converted from issue #50 on November 26, 2021 10:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Before Postman Flow exists, I use Pre-Request Script to set variables like this:
var uuid = require('uuid');
pm.collectionVariables.set("orderId", uuid.v4());
pm.collectionVariables.set("transactionId", uuid.v4());
how to do this in Postman Flow?
Beta Was this translation helpful? Give feedback.
All reactions