Getting an error in add data row with the following error kindly help

Error ERROR Validation Error Compiler error(s) encountered processing expression “{.JsonObject(“main”)(“temp”),JsonObject(“main”)(“humidity”)}”.
Leading ‘.’ or ‘!’ can only appear inside a ‘With’ statement. Main.xaml

Hey,

You are starting with “.” thats why you are getting error
Please remove .
You will not get error

write like that
{JsonObject(“main”)(“temp”),JsonObject(“main”)(“humidity”)}

Thanks

thank you very much

Hey

If it is working then please mark the appropriate solution
and close the thread so it will help to others

Thanks

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