Hi,
I’m using the WEB API with the JSON Array. I have the issue like there is a parameter which is in Integer, but while using the Http activity it always take the input into String format.
Can anyone suggest me how can i change that into INT.
Hi,
I’m using the WEB API with the JSON Array. I have the issue like there is a parameter which is in Integer, but while using the Http activity it always take the input into String format.
Can anyone suggest me how can i change that into INT.
Hey,
Can you try Cint(RecordID) or Integer.Parse(RecordID) ?
Kind Regards,
MANDOC Cosmin
Thanks for your help.
I got the work around.