Variable type query

Hii,

The output of the response of HTTP request

image

The output in postman is

image

How do i get the numbers after the decimal point
I m using generic variable to get the token

Thanks and Regards,
SUPRIYA

@supu123

Have you used, uipath deserialize JSON activity after HTTP request?

Yes

@supu123

Its something new scenario … Can you covert double Cdbl(token) then print :slight_smile:

@supu123

If you are giving

image

Its should display the result
image

Not like the below , check once again .
image

image

Same error

JsonObject(“upload”)(“token”).ToString.Remove(0,JsonObject(“upload”)(“token”).ToString.IndexOf(“.”)+1)