I have a flow that is triggered from an app. When a new item is created in the App, the flow creates a new Term Set Value. The next part that I'm having trouble with is updating a Sharepoint list item with this new managed Metadata term store value.
Using a Send HTTP Sharepoint Get method

I have retrieved the relevant Term Store record:

How can I extract the id value from above so that I can use this (together with the label which is already the variable TermValue ie: "TermValue|<extracted term id value >") to update a managed metadata column type in a sharepoint list?
I've tried using Filter Array, Compose, Initialise variable - I can't figure out how to do it, if it is indeed possible?
Below if the full flow for context:
the TermValue is a parameter from the PowerApp, the Term Group ID and TermSetID are hardcoded. I'm looking for a solution to go after the Get TermStore step to use in the Update Item step.

Also for context the step to create the Term Store record
