Hi All,
I have created a flow that checks if a file already exist in a folder, and if so it move it and replaces it with the new file which works fine. However, rather than checking against the whole file name I would like to check if a file already exist in a folder based off the start of the naming as the first 7 character will never change i.e. ABC 227. For example :
Current file: ABC 227 02 Testing Document
New file: ABC 227 03 Testing Document
What my flow is currently doing is treating it as separate document which i can understand, but regardless of whatever the second number is i would like it to treat it as the same document and move the ABC 227 02 Testing Document document and replace it with ABC 227 03 Testing Document rather than having them together in the library.
Example of the flow:

Thank you