Hey There,
Not sure if I have this structured properly. I have a form using repeats for collecting water samples. I have sample group 1, sample group 2 which are both tables, and then a point feature class that has a globalid. the globalid is passed to the tables as parentglobalid so each submission is properly linked together.
the feature class has a date field, the sample group 1 table has a capture_date1 field and the sample group2 has a capture_date2 field (this was necessary for importing historical records as the date value was a unique field and was used for assigning the globalid in the featureclass to related tables as parentglobalid for each unique date).
In my survey123 form, I only ask the user the date once in the first repeat which is capture_date1. I then use the calculate field to assign that date to capture_date2 in the second repeat, and the featureclass which is capture_date.
If the user chooses, say July 25, 2023, it assigns that date to one record in the repeat, but the second item in the repeat, or third, etc is assigned the current date. How can I have it assign the date selected to *all* of the records for that repeat?
Hopefully this makes sense, thanks for any help