Background:
I have an attribute rule that concatenates a Group Number ('Group_Number') with the date of activity ('CREATEDATE') to make ('Group_Date').
What I need:
I'd like to make an Attribute Rule that will take point submissions on any given Group_Date and increment the Sequential ID ('SEQID') and assign it to the new point, and restart for each day. Visually:
Group_Date A, Point 1
Group_Date A, Point 2
Group_Date A, Point 3
Group_Date B, Point 1
Group_Date B, Point 2
Group_Date C, Point 1
Group_Date C, Point 2
Group_Date C, Point 3
Group_Date C, Point 4
Group_Date D, Point 1
...and so on.
I know it can be done through geoprocessing tools and/or python scripts but I'm hoping to figure out an Attribute Rule to automate it so it doesn't have to be maintained. Ideally I'd also like for it to work while offline in Survey123 or Field Maps. Thanks in advance.