Hi, I am trying to get the specific value in the Json string the yellow highlight, but I encountered an error and it says Option Strict on disallows late binding. Here is my process.
I have a text file then I used activity Read text file and output it as mytext_json with variable type as a string
then the mytext_json I deserealize it and output it as des_mytextjson with a variable type object
I am trying to display the value in status by doing this
des_mytextjson(“status”).tostring but it says Option Strict on disallows late binding.
I tried all solution posted in this forum but I still encountering the error, I tried to change the variable type into Jobject but still say Option Strict on disallows late binding.
Nice, It works. But I prompt message the value in “testExecutionKey” and not the status. How can I get the value of the status if it’s inside the “tests” bracket?. Thank You.