Hey @SeanKMcGinnis
Is the same dynamic content that's available through Survey123 not available yet via the ArcGIS Connector?
Solved! Go to Solution.
Hey @SeanKMcGinnis I added an "Apply to Each' control but choosing either of 'body' or 'item' still doesn't allow me to get to the dynamic content
Thanks for sharing the full flow screenshot @ahargreaves_FW .
The email creation is happening outside of the 'Apply to each' iterator handling the webhook's results and does not know about the records dynamic content. If you move the email construction into the 'Apply to each' control working with the individual records, the dynamic content becomes available as it is in the scope of the records.
@ahargreaves_FW - because they are being initiated by different webhooks, the payload is different but both bring back the features attributes.
That being said, seeing the dynamic content that is available in the window, it could be one of two problems that you are encountering.
If neither of these are the case, let me know and we can set up some time to walk through it and try to determine what else might be causing it.
Hey @SeanKMcGinnis I added an "Apply to Each' control but choosing either of 'body' or 'item' still doesn't allow me to get to the dynamic content
Thanks for sharing the full flow screenshot @ahargreaves_FW .
The email creation is happening outside of the 'Apply to each' iterator handling the webhook's results and does not know about the records dynamic content. If you move the email construction into the 'Apply to each' control working with the individual records, the dynamic content becomes available as it is in the scope of the records.
@SeanKMcGinnis thanks so much! After refreshing my connection to AGOL and constructing the flow as you show above I could access the dynamic content.
Appreciate your help,
Andrew
🐝
You are welcome @ahargreaves_FW, I am glad we were able to figure it out!
Although the 'fetch' action allows access to dynamic content it appears to fetch all changes including new features as well as edits to previously existing features. I've posted a new issue here.