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
답변 5개
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