CoreEntityFlattenVersion: v0.18.0EntityFlattenAlias:EntityFlattenOutput:EntityRecursively flatten an entity, turning all nested entities into separate fieldsParameterTypeRequiredPositionSummaryEntityentity✔1The entity to set the property on.Examples​SCL​(a.b.c: 1) | EntityFlattenExpected Output​('a.b.c': 1)