Changing Data Value Through Imports, Then Updating Program Status | Community
Skip to main content
Jessica_Kiraly
Level 1
January 25, 2021
Solved

Changing Data Value Through Imports, Then Updating Program Status

  • January 25, 2021
  • 1 reply
  • 1557 views

We would like to do an import of leads who are past customers. We currently have each program for each product set with a smart campaign that does the following:

However, when I upload the list of customers, it's only changing the program status for a select few. Out of about 8,000, only about 900 are actually having their program status changed.

I'm not sure where to even start. I've checked random names and they are importing correctly. All of them have something in their CRID data value, even if their program status was never changed.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Major items to note here:

 

  • You're triggering on 2 separate activities, but your flow cannot determine which activity caused the person to qualify (and in fact both activities could occur from a single upload, so the person would run through the campaign twice).
  • I would split this into 2 campaigns, so you can avoid the possibly misleading Add Choice conditions.
  • How many times is the person allowed to qualify for this SC?

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
January 25, 2021

Major items to note here:

 

  • You're triggering on 2 separate activities, but your flow cannot determine which activity caused the person to qualify (and in fact both activities could occur from a single upload, so the person would run through the campaign twice).
  • I would split this into 2 campaigns, so you can avoid the possibly misleading Add Choice conditions.
  • How many times is the person allowed to qualify for this SC?