AJO - Count in intbound transition | Community
Skip to main content
Silvio6
New Participant
February 1, 2024
Solved

AJO - Count in intbound transition

  • February 1, 2024
  • 2 replies
  • 641 views

Hi! I need a condition that counts the data traveling from previous node

For example, first condition I'm filtering 1 email and second condition I want to ensure is traveling only 1 profile, so how can I make a count of the data traveling in first condition?

Thanks

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 SatheeskannaK

@silvio6, There's no data point available to get the profile count in a condition activity.

2 replies

Mohan_Dugganab
Employee
February 5, 2024

Just trying to understand the need for an explicit count check as the previous condition will only let those profiles which you are filtering.

 

If you want to visualize this in a report to understand the number of profiles passing through either of the transitions, you can enable the "Show path for other cases than the one(s) above" in the condition activity where you are filtering for an email.

 

Count can be applied only to list objects. Reference https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/building-advanced-conditions-journeys/main-functions-journey/aggregation/functioncount.html?lang=en  

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
February 1, 2024

@silvio6, There's no data point available to get the profile count in a condition activity.

Thanks, Sathees