Expand my Community achievements bar.

SOLVED

Is there a way where we can add not empty conditon check in journey event.

Avatar

Level 2

Hi Team,

 

I have a usecase where i need to add a condition in AJO event and it should check for the real time streaming attribute value(mobile number) is not empty. Is there a way where we can add not empty conditon check in journey event.

Right now in the event configuration we can see only two options are available which are contains and equals.

1 Accepted Solution

Avatar

Correct answer by
Employee

It won't be feasible in the event configuration, you can leverage any of the functions detailed here after the initial event, in condition activity https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/building-advanc... 

View solution in original post

4 Replies

Avatar

Employee
No, not in the event configuration. You will have to check as part of the condition activity right after the event node.

Avatar

Level 2

is it possible if we can add the regex for empty string in the event contains condition check?

Avatar

Community Advisor

@nampallypinki, No, you can't have regex expressions. Instead, you will need another event qualifier (Ex. eventName=RequestedSMS), and once profiles qualify for this event within the journey you can use additional datapoints that are coming in the payload to check whether the mobile number is empty or not.

Thanks, Sathees

Avatar

Correct answer by
Employee

It won't be feasible in the event configuration, you can leverage any of the functions detailed here after the initial event, in condition activity https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/building-advanc...