Notes
Apex:
Account ac = new Account(Name='Bank of America');
Contact con = new Contact();
con.FirstName='John';
con.LastName='Smith';
con.AccountId=ac.Id;
con.Salutation='Mr.';
con.Phone='4445556677';
con.Title='Developer';
insert con;
Flow Builder:
Video
Video does not exists.