Get entries that a field value is not empty/null

Hello,
I’m using GFAPI::get_entries and I’d like to use it to get fields with value not null or empty.
How could I do it?

You can use the Filter Operators in the following documentation: GFAPI Class - Gravity Forms Documentation

Using isnot and 'value' => '' would be a “non empty” check.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.