I'm following this guide to create a script to generate batches of reports: https://developers.arcgis.com/survey123/guide/create-reports-using-the-arcgis-api-for-python/
Is there a way to incorporate dynamic report titles from the survey results? When I create the reports in the web app, I use ${unique_form_id} as the report title. I can't seem to find a way to do that with the generate report function. If I can't control the name of the report, I'm not sure this is going to work for me.