I am trying to develop a workflow and data structure for an incident inspection that will update a building's status once the survey has been completed.
I have a feature service with 3 related tables. Building, Incident Report (survey123) and an Asset list. The Buildings GlobalID is the identifier for the related tables. This is a one to many relationship.
What I would like to achieve: Once an Incident Report has been submitted, the "status" field from that report is carried over to the "status" field for the Building.
So that in the end result, the user can go on their dashboard and identify Buildings by certain status via filter, or visually identify a building status by the symbology.
Is this possible?
Thank you in advance for any tips or advice.