I'm in the process of porting over some SoapUI tests into Postman and I'm wondering how I can set dynamic global variables, such as today's date, within a variable so it can be referenced within the request body?
I can see this can be achieved within a collection using the pre-request script, but this would be an overhead where used across multiple collections, so can this be set at a global level once?