Two-part question:
Is it possible to create a survey that adds a point feature AND a related table record upon submission?
If so, what's the best way to set up the relationship between the feature and table? I created a "point_feature_id" text field and a "related_table_record_id" text field that the relationship is built from. In Survey123, I used a calculation of "uuid()" (which creates a unique id similar to: 910fe065-5c1d-4a92-be33-27f1d6e9abc2) to populate the point_feature_id field; I then used a calculation to make the related table record's ID field populate with the point_feature_id field. Only issue I'm running into is that Survey123 evidently doesn't allow relationships to be built from text fields. Is there another way to build the relationship?