RE: Opportunity-Get Related Opportunity Product fields in workflow email
Hi Neeft,
As ba365guy said, in the workflow we cannot dynamically get the field values of the child records.
Because the relationship between Opportunity and Opportunity Products is 1: N, we cannot get the field values of Opportunity Products (child) in the Opportunity workflow (parent).
Imagine this scenario, a parent record has many child records, we only say that the parent record needs to get the value of a certain child record, then the parent record cannot determine which child record to take the value from.
Conversely, a child record has only one parent record, so the child record gets the value of the parent record smoothly.
Therefore, we cannot get the field values of Opportunity Products in the workflow of Opportunity.