Dear all,
I was hoping someone with some more Power Automate knowledge could help me with the following issue.
I am using the Survey123 connector to send an automatic email once a Survey123 form is submitted. I can retrieve the attributes from the survey without any issue.
Now, the survey results are stored in a table, which is related to a hosted feature service through a relationship class. I would like to retrieve some of the attributes of this hosted feature service in order to populate the automatic email. In the dynamic content, I did find the following:
@{triggerBody()?['feature']?['layerInfo']?['relationships']}
However, I cannot figure out how to retrieve the hosted feature service in question and retrieve the right attributes. Whenever I include above dynamic content, my email action changes into a "Apply to each" loop but I am unsure where to proceed from there.
If anyone could point me in the right direction, this would be greatly appreciated. Maybe I am just missing something obvious but my Power Automate experience is somewhate limited so this has become a real headscratcher for me. Thanks in advance!