I am creating a webhook using Microsoft Flow (Power Automate) from Survey 123 responses. I am trying to get all of the fields to appear in the body of the email, but only the text fields show up in the dynamic content. So I have to manually add the integer and date fields. I found a page from Ismael Chivite (https://community.esri.com/t5/arcgis-survey123-blog/automating-workflows-with-survey123-and-microsoft-power-automate/ba-p/896149) that says you can add hidden content using the following syntax:
?['feature']?['attributes']?['yourhiddenquestioname']
I substituted one of the integer field names into the 'yourhiddenquestionname' part, ran a test and it did not work. I assume I have to substitute something into the 'feature' and 'attributes', but I am not sure what. Can anyone help with this and provide and example that I can follow?
Thanks!