Get Details of Locations / GetDetailsofLocations (internally is.workflow.actions.properties.locations)
usage
GetDetailsofLocations ("Phone Number" | "State" | "Altitude" | "Name" | "Longitude" | "Country" | "City" | "Street" | "URL" | "Latitude" | "ZIP Code")
arguments
get: Enumeration (Docs)
Allows Variables: true
Accepts a string or variable containing one of the options:
- Phone Number
- State
- Altitude
- Name
- Longitude
- Country
- City
- Street
- URL
- Latitude
- ZIP Code
source json (for developers)
{
	"ActionClass": "WFContentItemPropertiesAction",
	"ActionKeywords": [
		"geocode",
		"latitude",
		"longitude"
	],
	"Category": "Location",
	"CreationDate": "2015-01-22T08:00:00.000Z",
	"IconName": "Location.png",
	"Name": "Get Details of Locations",
	"WFContentItemClass": "WFLocationContentItem",
	"Parameters": [
		{
			"Class": "WFEnumerationParameter",
			"Key": "WFContentItemPropertyName",
			"Label": "Get",
			"Items": [
				"Phone Number",
				"State",
				"Altitude",
				"Name",
				"Longitude",
				"Country",
				"City",
				"Street",
				"URL",
				"Latitude",
				"ZIP Code"
			]
		}
	]
}