iam unable to assign json value to a string by converting attach screens hot and below is the assign logic
G_Name = Jobj(“enterGoogleSheetName”).ToString
previously it was working now its not
G_Name = Jobj(“enterGoogleSheetName”).ToString
previously it was working now its not
Are you working on C#? If Yes use [“PropertyName”]
yes iam using c#
i tried your suggestion also but still error coming
Did you closed the statement with ; (semi colon) And used Properly ToString() with paranthesis?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.