Hey all!
I’m struggling to get conditional logic to work with custom functions in my dynamic data. I created a very basic test function to try and get this to work:
function is_user_in_applicant_array() {
return 1;
}
Then I would set the dynamic data logic:
And the conditions fail every time.
What am I missing?