I'm trying to create a flow where it can be used across multiple sites using a technique I found on the web, and it passes the Site URL, Library GUID, and Document ID to the child flow, which has a Manually Trigger a Flow trigger to get the values.
I have a "Get file properties" action like this:

But it doesn't show anything from this action in "Dynamic Content" in subsequent actions. If I look at the OUTPUTS of it from a previous run, it shows there is JSON output:

But it doesn't allow me to reference any of it. Why is that? How can I get the metadata about the file to use in subsequent actions?
Mainly I need the ID, Path, and Link values.