We have a hosted feature layer created from Survey123 for playground inspections for our Parks Department. The inspections consist of one overall main inspection for the playground and multiple related sub-inspections for each piece of equipment in the playground. I want to create a view layer in Portal to join these two but I want the view layer to only contain the number of rows as there are main inspections (right now 23 rows).
Currently when I create the view, it results in the view layer having 101 rows, which is the total number of sub-inspections. So it looks like there are over 100 inspections completed for the playgrounds when really it's all the sub-inspections so we have duplicate values.
Is there a way to perform this join in the view layer that will just append the column names of the sub-inspection table to the main inspection table? Obviously with the same column names, that is why it's appending rows, but I would be fine if it just appended to the columns with a suffix "_1", "_2", etc. Can I do this in arcade somehow right in the pop-up for the feature layer? The feature layer itself contains the main feature and the related sub-table.