Expand my Community achievements bar.

SOLVED

AJO Condition Date empty check

Avatar

Level 2

Hi all, 

 

I have a bit of an urgent ask.

 

I'd like to check if a field (x_date) of type DateTime exists in an AJO condition. How can I do this? 

 

I do not want check if it's empty as we won't get a value for the field if it's empty and if it does have a value then it will be populated.

 

Thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@trojan_horse, You can apply this function within condition activity to check whether a value exists or not,

isNotEmpty(toString(#{ExperiencePlatform.ProfileFieldGroup.profile._yyyy.sampleData.x_Date}))

 

Thanks, Sathees

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@trojan_horse, You can apply this function within condition activity to check whether a value exists or not,

isNotEmpty(toString(#{ExperiencePlatform.ProfileFieldGroup.profile._yyyy.sampleData.x_Date}))

 

Thanks, Sathees

Avatar

Administrator

Did you find the suggested solutions helpful? It would be great if you can  mark the answer as correct for posterity. If you have found out solution yourself, share it with wider audience in the community.