Skip to main content
Object: Get keys Gets the key names from an object. The found keys can be used in further steps to convert or select data.

Fields

No configurable options available

Sample data

Input dataOutput data
{“test-1”:“value-1”,“test-2”:“value-2”,“test-3”:“value-3”}[“test-1”, “test-2”, “test-3”]