I'm trying to set up a flow in Power Automate using the ArcGIS Enterprise connector.
I have a SharePoint List of parcels with a column for Status. When the Status is updated in the List, I need it to update a field called Definition 1 in the Enterprise Portal feature layer then send an email with the parcelnum or PIDN and the Status change.
The basic flow I have so far is:
- When an item is created or modified - Trigger
- Update a record in a feature layer - Action
- Send an email - Action
I get the email with the parcelnum and new Status but I don't know the correct expression to make Definition 1 become populated with that Status change.
A version of the table used to created the SharePoint list is attached as well as an image of the required inputs for the flow.
Any help/advice is much appreciated!