I have a flow that is called from a PowerApp. It passes the record ID.
I take this record id and use Get Item to retrieve data from a Sharepoint List.
I then want to go to another Sharepoint List and get the record where CompanyName is equal the Shipped From from the first list.

I have another flow that works perfectly. Does pretty much the same thing, except I am going to a different file for the second get. Only differenct is that the filter query is CompanyID eq Shipped From.
Any ideas???