When visualizing continuous data such as temperature and salinity in ArcGIS Online, sometimes you may want to configure a few rendering templates with specific color ramps or breaks. While you can achieve the goal by way of the Stretch function, Remap function, Attribute Table function, Color map function, etc, you can also do it directly from the Symbology window in ArcMap.
Steps:
1. Add the mosaic dataset to ArcMap.
2. From the layer’s Symbology tab, set up how you want to display your data.
3. Use the Save button to export the classified renderer as a raster function template, give it a meaningful name.
4. Add the template to the mosaic dataset through its property page (Processing Templates tab), use the fx button to bring up function editor and provide a user friendly name and description.
5. Add the image service to Map Viewer, pick the processing template to get a nice display and legend.
How would you include any attachments associated with the new feature in the email that was generated?
If you want to listen for attachment changes, first you will need to update your webhook in AGOL to watch for AttachmentsCreated in addition to FeaturesCreated. Then in Power Automate, you should receive changes like this when a user a submits a feature+attachment: { "layerServerGens": [ { "id": 0, "serverGen": 212032877 } ], "transportType": "esriTransportTypeUrl", "responseType": "esriDataChangesResponseTypeEdits", "edits": [ { "id": 0, "features": { "adds": [ { "geometry": { "x": -8501866.7351, "y": 5333625.362499997 }, "attributes": { "OBJECTID": 9, "GlobalID": "826A6180-77F2-42DF-89B9-A6C5E0575B88", "PLACENAME": "Test", "INSTALLDATE": null, "OPERABLE": "Yes", "NOTES": null } } ], "updates": [], "deleteIds": [] }, "attachments": { "adds": [… Read more »
Isn’t the HTTP action a premium connector?
Hi, I am frequently getting the following error from my MS Power Automate during the HTTP steps.
Unable to process template language expressions in action ‘Get_Changes’ inputs at line ‘0’ and column ‘0’: ‘The template language function “first” expects its parameter to be an array or a string. The provided value is of type ‘Object’
Are you familiar with this error and how to get around it? For further information, I’m attempting to adapt this walkthrough for a referenced feature service in Enterprise.
Thanks!