[SOLVED] RED-YELLOW-GREEN indicator based on ACF field numeric value

Hi! Im trying to make a green-yellow-red indicator show conditonally in Bricks Builder using conditions. I have an ACF field with a numerical value between 0-100. I want the green element to show at a value of 75 and above. I want the yellow element to show at a value between 50 and 74. I want the red value to show at a value of 49 and below.

I’m using conditions but it’s simply not working at all. Here is my set-up:

Green indicator (75+)
surveyLeadscore >= 75

Yellow indicator (50-75)
image

Red indicator (0-49)
surveyLeadscore <= 49

In my mind im doing it correctly. Any thoughts or help would be much appreciated!

Hey Sebastian,

the surveyLeadscore is wrong I guess. It should look something like this: {acf_surveyleadscore}.

Remove the value, click on the lightning icon next to the “Select dynamic data” placeholder and choose your custom field from the list. This should insert the correct dynamic data tag.

Let me know if that helps.

Best,

André

Welp. That was embarrassing. Thank you very much @aslotta !

Of course, that worked perfectly.