Skip to main content
Keith Roehner (Electroswitch) 님이 #Flow에 질문했습니다

I am trying to send an email from a flow on a custom object.  I want to create the email subject line with the owners name and the account name.      I am using this as the subject line    Sales Call Report by {!$Record.ownerid}  :  {!Account.Name}    error : 

  However I keep getting an error around the {!Account.Name}.        Ive tried using Account__c.Name but get  The "Account__C" resource doesn't exist in this flow.    I was originally able to get it to print this   001Pq00000oVZceIAG     I can't seem to figure out how to get this to work     

답변 1개
  1. 1월 26일 오후 8:38

    When I try that I get the following. 

     

     Invalid polymorphic relationship reference : "Owner" is not a valid polymorphic field for "Call_Reports__c" 

0/9000