My workbench tries to read features from ArcGIS Online feature services, write them to a different database and, if successful, delete them from their ArcGIS Online feature service. Iβ trying to use as few feature writers as possible, so I use attributes to descern feature services and their layers. Most feature services contain only one layer, but the name of the layer can be different from the name of the feature service.
I can get the name of the layer from the format attribute βfme_feature_typeβ and use that for the βLayer Nameβ in the Feature Writer parameters:
Β

But in the βWriterβ group (button: βParameters...β) I also want to use an attributeΒ for the parameter βSelected Feature Serviceβ.
Β

Is it possible to get the name of the feature service from the reader?







