Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
SOLVED

AJO Condition Date empty check

Avatar

Level 3

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

Employee

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.