I am trying to render a dynamic layer based on the attributes which should be either edited in bulk automatically or joined to the existing feature class from my MapService.
I found this example Using FeatureTable (no map) | ArcGIS API for JavaScript , which I think may be used as a starting point, but I have no idea how to proceed further.
Thus I have a couple of questions: can a feature table be used for rendering? If yes, can I first create a feature table from a dynamic layer and then join a csv table on some objectid and render by a newly joined attribute?
Any help will be very much appreciated.