I'm a complete novice with arcade and would like to know if what I'm envisioning is possible.
I have 2 hosted feature layers with slightly different schemas. What I want is to 'append' these into a single layer/data source that I can use in my dashboard.
Rather than using the ArcGIS Python API to handle creating a new hosted layer, the append, and field mappings, can I use arcade to create a FeatureSet (?) to use as a data source in my dashboard?
Layer One Fields: Name_1, Color_1, Type
Layer Two Fields: The_Name, The_Color, Type
Appended Layer: Name, Color, Type