Hello,
First of all, apologies if something similar has been posted before, it must've eluded my searches.
I am trying to build a solution that sends an email when a new Sharepoint item is created and should capture the replier's answer in another Sharepoint.
My approach is to use Adaptive Cards/ Actionable emails inside Flow. I have successfully captured the reply, however I also need the ID from the original Sharepoint.
I tried several options on this, but I cannot retrieve that info in the Flow that captures the HTTP request.
My Adaptive Card(a simplified example):

Followed by the flow sending the notification:

And finally, the flow that captures the reply:

For testing purposes, the final step is to send an email back to me, with the final results.
Upon running these, the result I get looks like this:

With the same value being sent back via email as well.
Could someone point out any solutions or perhaps some indications on what I am doing wrong?