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?







