Use this when you want to get the layer id a feature belongs to within a flow, for example branching logic based on which layer a feature is on.
Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Feature | Item | The feature to read from |
Outputs
Name | Abbreviation | Type | Access | Description |
Layer | L | String | Item | the feature's layer |
How to:
Feed in a feature
The result is the feature’s layer name, formatted as a string

