getAddress.io - Find address

Important: This connector and its actions have been removed from Nintex Workflow and can now be found in Nintex Gallery.

Use the getAddress.io - Find address action A tool for building the processes, logic, and direction within workflows. Actions are the steps the workflow performs to complete a process. to retrieve an address for a postcode and house name/number.

For more information about the getAddress.io connector, see getAddress.io.

Configure the getAddress.io - Find address action

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.

  2. Select a Connection. If you do not have a connection, see Add a connection.
  1. Specify the Postcode you want to find the address for.
  2. Specify the House you want to find the address for.
  3. Create or select a variable for the output.

getAddress.io - Find address action fields and settings

Section Field Description Variable types

(unlabeled)

Connection Credentials and other settings that enables workflows to communicate with external systems, services, or applications. It's required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The getAddress.io connection used to access getAddress.io.

To refresh the available connections, click .

(n/a)

 

Postcode

The UK postcode you want to find addresses for. For example, SW1W 0NY.

Text, Decimal, Integer, Boolean, DateTime, Collection

  House A unique name or house number. For example, Watkin Court.
Text, Decimal, Integer, Boolean, DateTime, Collection
Output Address

Stores the result of the action as an object. The object contains an array of addresses representing every address in the postcode. See getAddress() documentation for information on these values.

The following values are returned:

  • Postcode: (Text)
  • Latitude: (Decimal)
  • Longitude: (Decimal)
  • Addresses: (Collection)
    • Formatted address: (Text)
    • Thoroughfare: (Text)
    • Building name: (Text)
    • Sub building name: (Text)
    • Sub building number: (Text)
    • Building number: (Text)
    • Address line 1: (Text)
    • Address line 2: (Text)
    • Address line 3: (Text)
    • Address line 4: (Text)
    • Locality: (Text)
    • Town or city: (Text)
    • County: (Text)
    • District: (Text)
    • Country: (Text)
Object