JSON Data Round Issue

I’m currently facing a new issue: when I make an API call using an HTTP request locally, I observe that a data value is 76.8. However, after deserializing the JSON response, the value becomes rounded to 77.

How can I solve this issue? I appreciate your suggestions.
Image : 1

Image : 2

Hi @Joy_Ballav1 ,

Could you maybe check the below post :

1 Like

Thanks but this solution is not clear. here in this solution what is datagrid pdf referees?

Can you please help me ?

@Joy_Ballav1

It is one of the key in the json which has the json array, please check below

In your case instead of deserializing to datatable first convert to json array and then loop and use assign as is

Cheers