Look up property data by address
The Property Lookup step takes a street address broken into components (street, city, state, and optional zip code) and returns detailed property information including bedrooms, bathrooms, square footage, year built, owner details, and property features. Both field sets are locked with system-defined fields.
The step reads street, city, and state fields from its input record (zip is optional). These must be non-empty US address components. The address is sent to a property data API, which returns 20+ fields including formatted_address, city, state, zip_code, county, latitude, longitude, property_type, bedrooms, bathrooms, square_footage, lot_size, year_built, owner_occupied, owner details, and features (pool, garage, cooling, heating, room_count, floor_count, architecture_type). All output fields are system-defined and locked.