Solved: Dynamic Data with Custom Function - Logic Not Working

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:

Screenshot 2024-08-22 005801

And the conditions fail every time.

What am I missing?

SOLVED: It looks like the fix was that I had to actually register the function with Bricks itself. Here’s the link for more details, should anyone else have this issue in the future: Filter: bricks/code/echo_function_names – Bricks Academy