Set Custom Object with Opportunity Item
Hi all,
I'm trying to set a custom object to an email that is within an opportunity item so that I can use that newly set custom object to send a notification email via the flow step. This is because we send an email to a client with opportunity-specific info, and then we want to alert the sales rep of that email, but for other reasons, not all sales reps are on the lead level, so I need to surface them.
I've created a token that I've placed within the email that goes out to the client, and the referenced items are checked on the right, however, the values don't update.
#set( ${OpportunityList.get(0).SalesRepEmail__c} = ${lead.CustomObjectEmail})
Any thoughts?