I'm just evaluating Zapier, can it create two Salesforce objects and link them together?
Lets say in Salesforce I have two custom objects
Foo__c
Bar__c
and Bar__c has a lookup or master detail field Bar__c.Foo__c that links it back to Foo__c.
Using Zapier can I create the two objects and link them together?
e.g.
Create new Foo__c record
Get the ID of that new Foo__c record
Create nmew Bar__c record
Fill in Bar__c.Foo__c to point back to the Foo__c record I just created
Thanks