function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
User One 35User One 35 

I want to update Account Address into Contact Address using Flow and Process Builder

I am trying to update when Account Address is created and it should autoupdate the Contact Addres by uing Flow and Process Builder here is the steps 
Step One : 
Create a Flow with Variables - 
UniqueName: VarAccountId
Data Type: String
Input / Output Type: Input and Ouput
Default Variable: {!$GlobalConstant.EmptyString}

Step Two Create a Flow with Sobject 
Unique Name: AccountObject
Input / Output Type: Input and Ouput
Object Type: Account

Step Three:
Create a Flow with FastLookup
Query the Object: Account
Filter: 
Id equals VarAccountId
User-added image
Create Flow With  Update Record 
User-added image

Done with Flow 
Adding Flow in Process Builder to Update Account Address to Contact Address to autoupdate 

User-added image

User-added image

User-added image
In Account Detail 
Building Address 525 N Lington Ave. When I created contact it displaying old address in Mailing Address 525 S Lington Ave.

 
User One 35User One 35
please can anyone help on this