Skip to main content
The Is Object? action checks the runtime type of any workflow value.

Inputs

Outputs

Plain objects and arrays return true. Text, numbers, booleans, and null return false.
This is a broad runtime check. It does not guarantee that the value is a plain key/value object; lists also count as objects.