Create Association Labels without Matching

Rather than having to do this in Custom Code (which works), I would prefer to be able to create an association label using another association itself. The use case is that when a Deal is created and is associated to a Contact with a particular association label, I would like to be able to use the Primary Company association of the Contact and set an association on the Deal to that Company. Currently, you must have a property on the Contact that matches a Company property (Contact.Company_Name = Company.Name).

have run into the same issue and would love that feature!

This seems like a useful improvement. Being able to reference an existing association when creating another association would make workflows much cleaner and eliminate the need for duplicate matching properties. In this case, using the Contact’s Primary Company association directly when the Deal is created seems much more reliable than matching Contact.Company_Name to Company.Name. I’d definitely prefer a native association-based option rather than having to maintain custom code for this.