Skip to main content
The Get Keys as List action returns all enumerable top-level keys from an object in their normal object iteration order.

Inputs

Outputs

For {"name":"Ada","active":true}, the output is ["name", "active"]. Nested keys are not flattened.