After a survey is submitted, I would like to run some JavaScript that would retrieve information about the survey that was just submitted in order to populate the "thank you screen".
For example, I would like to include a URL (using the Survey123 URL Parameters) so that the user can create a copy of the survey they completed. In order to do so, I need to get the globalid value from the survey AFTER it is submitted.
Currently, there is only 1 "generated_note_prompt_submitted" line allowed in order to generate the "thank you screen" content (described in this post here: https://community.esri.com/t5/arcgis-survey123-blog/what-s-new-in-arcgis-survey123-december-2020/ba-p/1009116), but in order to run the JavasScript processes described above, and provide formatted text and information, more than a single row would be necessary.
Are there any alternative methods to what I am trying to do? Or is there a way to include more than 1 "generated_note_prompt_submitted" record in a Survey123 Connect XLSForm?