Home How to dynamically set the initial value for a variable Buddhika lakshan -November 16, 2023 0 1. Create Variable in Postman collection.var uuid = require('uuid');pm.collectionVariables.set("order_reference", uuid.v4()); 2. Add Pre-request script in http request Facebook Twitter