Skip to content

Commit

Permalink
Updated Campaign Finder flow to use the proper platform event - not t…
Browse files Browse the repository at this point in the history
…he Membership Form BPEV
  • Loading branch information
Reid-DGL committed Sep 27, 2024
1 parent 1ebd2b5 commit 254eb60
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>49.0</apiVersion>
<assignments>
<name>Update_MFS_Error</name>
<label>Update MFS - Error</label>
Expand Down Expand Up @@ -126,6 +127,7 @@
<label>Yes</label>
</rules>
</decisions>
<environments>Default</environments>
<interviewLabel>DPEV {!$Flow.CurrentDateTime}</interviewLabel>
<label>DPEV Listener - Campaign Finder</label>
<processMetadataValues>
Expand Down Expand Up @@ -156,6 +158,7 @@
<connector>
<targetReference>Was_a_Campaign_Found</targetReference>
</connector>
<filterLogic>and</filterLogic>
<filters>
<field>Name</field>
<operator>EqualTo</operator>
Expand Down Expand Up @@ -190,11 +193,12 @@
<connector>
<targetReference>Was_campaign_source_code_or_name_indicated</targetReference>
</connector>
<filterLogic>and</filterLogic>
<filters>
<field>Id</field>
<operator>EqualTo</operator>
<value>
<elementReference>$Record.Membership_Form_Submission_Id__c</elementReference>
<elementReference>$Record.Record_Id__c</elementReference>
</value>
</filters>
<getFirstRecordOnly>true</getFirstRecordOnly>
Expand All @@ -214,7 +218,7 @@
<connector>
<targetReference>Get_the_Membership_Form_Submission_Record</targetReference>
</connector>
<object>BPEV_Membership_Form_Submission__e</object>
<object>DPEV_Find_Campaign__e</object>
<triggerType>PlatformEvent</triggerType>
</start>
<status>Active</status>
Expand Down

0 comments on commit 254eb60

Please sign in to comment.