Option Strict On Disallows Late Binding - While calling API

Hi,

I am using HTTP Request activity to call API, while getting into that i was converting JsonString to JsonObject facing " Option Strict On Disallows Late Binding ".

I have seen same issue like this but didt get the solution for this

also guide me how to change Typeargument Object to JObject

@srinivasanma1

Please change the type argument to JObject from Object in deserialize json activity

cheers

how to do this, please guide me

from Object to JObject

Hi @srinivasanma1 ,

You can click on Browse For Types and type JObject in the Type Name field.
image

image

Then, you could create a new variable in the Output Property so that you get the JObject type output.

1 Like

Thanks Bro, now its working.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.