"JsonObject("main")".(2) : error BC30574: Option Strict On disallows late binding. Main.xaml

while trying to add Jsonobject with main in message box getting an error JsonObject(“main”) ERROR Validation Error Compiler error(s) encountered processing expression “JsonObject(“main”)”.(2) : error BC30574: Option Strict On disallows late binding. Main.xaml
image

Check the typeargument from the Deserialize JSON Activity and set it to JObject

Hey

check that post

Regards

After changing argument JObject getting below error in Deserialize JSON

similar to the linked Post
You changed the variable to JObject
As mentioned

also check an set the typeargument

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