
Announcements
I am trying to create a flow, that when a form is submitted for access approval it collects the answers, then emails the details of the request to the approver. My issue is that I cannot get the most recent response Id to send the details of the most recent form, I can only manually put in the Id(20 as shown in the example). Any help would be much appreciated.
Hi @m_williams_fw,
Here is the thing, we usually refer to the response id directly from the dynamic content returned by the trigger When a new response is submitted.
The returned response id is captured from the trigger, which is by design.
If you want to make the response id dynamically, you could change the trigger with the Manually trigger and set a input as the trigger input, where you could input the dynmic response id.