Hi All,
I Have 2 request,
For request 1, i got value 4325376, and I’ve saved to variabel
and I want use that variable(4325376) and devide by 65536
How can i get it?
value for first request:
for second request
Thank You
Hi All,
I Have 2 request,
For request 1, i got value 4325376, and I’ve saved to variabel
and I want use that variable(4325376) and devide by 65536
How can i get it?
value for first request:
for second request
Thank You
Hey @mrdhwnkml
You must place the
“/65536”
division elements after the first parameter of the variable’s get as follows
console.log(pm.variables.get("Id_PO_Assign")/65536);
I hope it helped you
Ahhh, thanks @cmnazario you save my day.