Is is possible to auto populate fields in a related table from the selected record in the parent table using Arcade in AGOL?
I have a AGOL web map that includes one hosted feature layer with a related table with a one to many relationship. The number of features in the feature layer is static. Using forms, the map allows the user to select a feature and edit it's attributes, including adding records to the related table.
The work process is that the current attributes of the selected feature need to be added as a new record in the related table, and then updated with new information.
When the user selects a feature to edit, then clicks to add a record to the related table, I would like the fields to auto populated with the selected features attributes.
Is this possible?