Log out

TEST

Azure Active Directory Logo Black

Temp = if (apiJSONResponse is Nothing, Nothing— CDbl(apiJSONResponse("current")("temp").ToString))

 

Humidity = if (apiJSONResponse is Nothing, Nothing, CDbl(apiJSONResponse("current")("humidity").ToString))

 

Visibility = if (apiJSONResponse is Nothing, Nothing, CDbl(apiJSONResponse("current")("visibility").ToString)) 

Windspeed = If(apiJSONResponse Is Nothing, Nothing, CDbl(apiJSONResponse("current")("wind_speed").ToString)) Weather = if(apiJSONResponse is Nothing, "Err", apiJSONResponse("current")("weather")(0)("description").ToString)

 

craig-dewar
Craig Dewar

Vice President, Product Marketing, UiPath

Bottom of Post Subscription header

Subscribe
Landing Modal Headline - Test: 12/09/2024

Success Message!!