How to modifed variable value

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:
image

for second request
image

Thank You

Hey @mrdhwnkml
You must place the

“/65536”

division elements after the first parameter of the variable’s get as follows :point_down:t4:

console.log(pm.variables.get("Id_PO_Assign")/65536);

I hope it helped you :slightly_smiling_face:

Ahhh, thanks @cmnazario you save my day.
:pray::pray::pray:

1 Like