Hi there! I understand NextSequenceValue needs a database sequence, but what if I want the count to restart based on where points are placed? So 3 points are placed in polygon A, I will have A1, A2, A3. And if 3 points are placed in polygon B, I will have B1, B2, B3 and so on.. Will I have to create a database sequence for every polygon I want to have a sequential count in?