Skip to main content

I have an auto-launched flow in Case object. Case has a look-up relationship to Asset object and Service Contract object. Service Contract object has a master-detail to Service Contract Asset and Service Contract Asset has a look-up to Asset. In my flow, I want to get the Asset assigned to Service Contract but it is not firing. Here is how my flow looks like:

 

Fields:

Service Contract Asset.L_Asset__c lookup to Asset

Service Contract Asset.L_ServiceContract__c master-detail to Service Contract

 

Get Records from master-detail relationship.

 

SC2.png

 

SC3.png

 

#Flow  #Schedule Triggered Flow  #Salesforce Admin

5 Antworten
  1. 22. Feb. 2024, 09:52

    Okay, then you don't have to use ServiceContractRecord variable if you are not assigning anything to it.

    Instead of using ServiceContractRecord  in "Get Service Contract Asset", use this

    GetServiceContractRecord.Id

0/9000