Weather

This activity looks up details about the weather for a location based on the city/country or latitude/longitude.

Table 1. Weather action - Inputs
Parameters Description

City

Name of the city

CountryCode

Optional two-character country code based on the ISO 3166-1 alpha-2 standard.

Lat

Latitude coordinates of the location.

Lon

Longitude coordinates of the location.

Unit

Indicates whether the temperature is returned in Metric or Imperial format.

Table 2. Weather action - Outputs
Parameters Description

Result

Returns details about the weather, including a description of the weather, temperature, humidity percentage, and barometric pressure.

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).

Temp

Returns the temperature in the units requested.