<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.foji.io/index.php?action=history&amp;feed=atom&amp;title=Geocode_Address_Node</id>
	<title>Geocode Address Node - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.foji.io/index.php?action=history&amp;feed=atom&amp;title=Geocode_Address_Node"/>
	<link rel="alternate" type="text/html" href="https://docs.foji.io/index.php?title=Geocode_Address_Node&amp;action=history"/>
	<updated>2026-06-22T05:23:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://docs.foji.io/index.php?title=Geocode_Address_Node&amp;diff=2902&amp;oldid=prev</id>
		<title>Mitchell.Hirsche: Geocode Address</title>
		<link rel="alternate" type="text/html" href="https://docs.foji.io/index.php?title=Geocode_Address_Node&amp;diff=2902&amp;oldid=prev"/>
		<updated>2025-03-05T23:36:55Z</updated>

		<summary type="html">&lt;p&gt;Geocode Address&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== &amp;#039;&amp;#039;&amp;#039;Overview&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Geocode Address&amp;#039;&amp;#039;&amp;#039; node in Pathways is used to convert a given address into geographical coordinates (latitude and longitude). This allows workflows to integrate location-based functionalities such as mapping, proximity calculations, and geographic filtering.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Node Configuration&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;1. Name&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
* The node&amp;#039;s name, which is used for identification within the workflow.&lt;br /&gt;
* Default: &amp;#039;&amp;#039;Geocode Address&amp;#039;&amp;#039;&lt;br /&gt;
* Example: &amp;lt;code&amp;gt;Convert Office Address to Coordinates&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;2. Address&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
* The input field where the address to be geocoded is provided.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Type Options:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;JavaScript Statement&amp;#039;&amp;#039;&amp;#039; – A simple JavaScript statement to define the address.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;JavaScript Function&amp;#039;&amp;#039;&amp;#039; – A custom function returning the address dynamically.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Handlebars Template&amp;#039;&amp;#039;&amp;#039; – Allows for dynamic expressions to fetch address values.&lt;br /&gt;
* Example (JavaScript Statement): &amp;quot;1600 Amphitheatre Parkway, Mountain View, CA&amp;quot;&lt;br /&gt;
* Example (Handlebars Template): customer.office_address&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;3. Variable Name&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
* Defines the output variable where the latitude and longitude will be stored.&lt;br /&gt;
* Required field.&lt;br /&gt;
* Example: &amp;lt;code&amp;gt;geocoded_location&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;How It Works&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Address Input&amp;#039;&amp;#039;&amp;#039; – The node takes an address input based on the selected type (JavaScript, Handlebars, or function).&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Geocoding Process&amp;#039;&amp;#039;&amp;#039; – The node queries an API or internal system to translate the address into latitude and longitude.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Output Storage&amp;#039;&amp;#039;&amp;#039; – The resulting coordinates are stored in the specified variable.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Use Cases&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
✔ &amp;#039;&amp;#039;&amp;#039;Mapping Integration:&amp;#039;&amp;#039;&amp;#039; Convert addresses into coordinates to display on maps.&lt;br /&gt;
&lt;br /&gt;
✔ &amp;#039;&amp;#039;&amp;#039;Proximity-Based Filtering:&amp;#039;&amp;#039;&amp;#039; Find nearby businesses, customers, or locations.&lt;br /&gt;
&lt;br /&gt;
✔ &amp;#039;&amp;#039;&amp;#039;Automated Routing:&amp;#039;&amp;#039;&amp;#039; Use geocoded locations to optimize delivery routes.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;&amp;#039;Common Errors &amp;amp; Fixes&amp;#039;&amp;#039;&amp;#039; ===&lt;br /&gt;
❌ &amp;#039;&amp;#039;Type is required&amp;#039;&amp;#039; → Ensure an address input type is selected.&lt;br /&gt;
&lt;br /&gt;
❌ &amp;#039;&amp;#039;Variable Name is required&amp;#039;&amp;#039; → Specify a variable name to store the output coordinates.&lt;br /&gt;
&lt;br /&gt;
This node enables seamless integration of geographic data into automated workflows, enhancing location-based decision-making in Pathways.&lt;br /&gt;
[[Category:ForgeAI]]&lt;br /&gt;
[[Category:Pathways]]&lt;/div&gt;</summary>
		<author><name>Mitchell.Hirsche</name></author>
	</entry>
</feed>