Skip to main content
The Get Values as List action returns the values of an object’s enumerable top-level properties. Their order corresponds to Get Keys as List for the same object.

Inputs

Outputs

For {"name":"Ada","active":true}, the output is ["Ada", true]. Nested objects remain individual values.