Is there a way to assign unique IDs to each repeat created during a session and not have those ID's change in the future?
I am trying to generate a unique ID with the uuid() calculation inside a repeat. I want each repeat to have a unique UUID AND I don't want the UUID to change once the survey has been submitted and re-opened.
I am struggling to get both requirements met. If I set the unique ID column calculation to uuid(), then each repeat gets a unique value, but the repeat's UUID change every time the submitted survey is opened in the future. If I set the calculation to once(uuid()), then all repeats get the same UUID during that session.
This workflow will always be preformed from a webform.
Survey123 Connect version 3.12