When adding some dynamic content to a HTTP request it adds the wrong information.
I am using a get file properties action near the beginning of the flow to get file info from an SPO list.
When I add dynamic content to a HTTP request at the end of the flow @{body('Get_file_properties')?['Project_x0020_ID']} it adds the Project ID from a different file in the list even though the output of the get file properties is showing the correct Project ID.