Notes
Apex:
Case cs = new Case();
cs.AccoundId ='001Dn00000lDkDHIA0';
cs.Description ='A new case is created through Apex';
cs.ContactId ='003Dn00000fBeXJIA0';
cs.Status='New';
cs.Subect='Inbound Case';
insert cs;
Flow Builder:
Note: Related Record Id here is the AccountId.
Video
Video does not exists.