Hello,
I'm working on a Power Automate flow that sends an email when a Survey123 Response is submitted. The Survey123 form is based on a feature service referenced to my enterprise geodatabase. The feature class in the egdb has an attribute rule that will assign an ID upon insert. The attribute rule is confirmed working, as is the survey response and the flow that watches it. The email return is supposed to include the ID dynamically from the inputs to the flow. However, I've tested it a few times and while other attributes (filled out by the submitter in S123) come through dynamically as expected, the ID generated as an attribute rule does not, there's just empty space where the value should be.
Is it expected behavior that the Power Automate flow will trigger before a database attribute rule? Is there a way around that, such as introducing some kind of delay?