Hi,
I got the following problem inside postman Flow:
I need to do the following what is possible inside the Pre-request: CryptoJS.MD5(dataToHash).toString(CryptoJS.enc.Base64))
But inside Flow we cannot use CryptoJS.
So does anyone know of there is a option to do this.
I already looked if we can pass a variable from Flow to Pre-reqeust. But there it is not set then. So this is no option.
Also i tried to look into Mock server request. But that has the same problem and you can’t return a variable that you set inside the pre-request.
So it there any option to this. Or is the only option to create a own API call to only do this for you in the Flow.
I tried to make it myself in a evaluate action. But no luck to get the same output as CryptoJS.
So does anyone have a idea for doing thing like this?
Or is there a update coming up for Flow that we can use CryptoJS. Because i looked if i can find something like that but couldn’t find a roadmap for postman. Don’t know if there is any?