Condition for checking a dynamic data field for not-empty or is null

Trying to figure out a way to hide a block if a dynamic data field is empty or null. Ideas?

1 Like

Here is mine. Hope it gets voted and implemented

Hey @Wingtracer,

I do not know your exact setup, what type of field etc. But usually it works with a condition like this:

CleanShot 2023-05-24 at 15.50.58

This translates to:

Show this basic text element if the custom event date field (created in ACF) is not empty. Otherwise hide it.

Let me know if that helps.

Best,

André

5 Likes

Thank you! Much appreciated.