Skip to main content

Read Feature Layer

Read a feature's layer

Written by Holly Conrad Smith

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:

  1. Feed in a feature

  2. The result is the feature’s layer name, formatted as a string

Did this answer your question?