I am creating a flow so that when a document is created or modified in Library A, it creates a link in Library B to Library A.
I need the Flow to also update previously created links. For example, if a link to Library A was already created but the file name (and therefore the link) changes, I need the flow to scan Library B, identify that previously created link, and update the file content.
Currently, I have created a column in Library B to update with the list ID associated with the file in Library A. My idea is that when the flow scans Library B, it is looking for that unique list ID. If it does find it, it should update the the file content.
The problem isthat when the flow Gets the file properties, it does not check each value, so it does not register that it is in the library. How do I fix this?
See below for flow images.


