I have a flow that is getting file metadata from a SharePoint API, that XML is sent to a PARSE JSON and the output looks right. Then I have a COMPOSE that's trying to pull a value out of the PARSE JSON output.
This is the RAW output from the HTTP request:

Here is the RAW output from the PARSE JSON:

Here is the input/output of the COMPOSE:
and the compose data request:
Why is the Compose not even getting data passed to it? The RAW request shows nothing. The new editor seems to understand what I need and provided the VroomItemID in the list of data point available. If there is a better way to get the MSGRAPH ID of a SharePoint file, I'm all ears.